osc compute migration get

Lists migrations.

Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions through the policy.json file.

Starting from microversion 2.59, the response is sorted by created_at and id in descending order.

Normal response codes: 200

Error response codes: badRequest(400), unauthorized(401), forbidden(403)

Usage: osc compute migration get [OPTIONS]

Options:

  • --changes-before <CHANGES_BEFORE>
  • --changes-since <CHANGES_SINCE>
  • --hidden <HIDDEN>
  • --host <HOST>
  • --instance-uuid <INSTANCE_UUID>
  • --page-size <LIMIT> — Requests a page size of items. Returns a number of items up to a limit value. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request
  • --marker <MARKER> — The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request
  • --migration-type <MIGRATION_TYPE>
  • --project-name <PROJECT_NAME> — Project Name
  • --project-id <PROJECT_ID> — Project ID
  • --current-project — Current project
  • --source-compute <SOURCE_COMPUTE>
  • --status <STATUS>
  • --user-name <USER_NAME> — User Name
  • --user-id <USER_ID> — User ID
  • --current-user — Current authenticated user