List all the names of the Migration jobs associated to the specified
migration site
GET {{baseUrl}}/jobs?migrationId=<string>&displayName=<string>&limit=10&page=1&sortBy=timeCreated&sortOrder=ASC&lifecycleState=CANCELED
List all the names of the Migration jobs associated to the specified migration site.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
migrationId | string | (Required) The ID of the migration in which to list resources. | |
displayName | string | A filter to return only resources that match the entire display name given. | |
limit | number | The maximum number of items to return. | |
page | number | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
sortBy | string | The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. | |
Default order for displayName is ascending. If no value is specified timeCreated is default. | |||
sortOrder | string | The sort order to use, either 'asc' or 'desc'. | |
lifecycleState | string | The lifecycle state of the Migration Job. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a | |
particular request, please provide the request ID. | |||
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"\u003cstring\u003e","displayName":"\u003cstring\u003e","migrationId":"\u003cstring\u003e","type":"MIGRATION","timeCreated":"\u003cdateTime\u003e","lifecycleState":"WAITING","definedTags":{"Lorem_b47":{"reprehenderit_fba":{}}},"freeformTags":{"culpa_a0":"\u003cstring\u003e"},"lifecycleDetails":"\u003cstring\u003e","progress":{"currentPhase":"ODMS_SWITCHOVER","currentStatus":"PENDING","jobProgress":"\u003cinteger\u003e"},"systemTags":{"tempor4":{"consectetur63":{},"veniam87":{}}},"timeUpdated":"\u003cdateTime\u003e"},{"id":"\u003cstring\u003e","displayName":"\u003cstring\u003e","migrationId":"\u003cstring\u003e","type":"EVALUATION","timeCreated":"\u003cdateTime\u003e","lifecycleState":"CANCELED","definedTags":{"non_3d":{"consequat_4b0":{}}},"freeformTags":{"elit_f54":"\u003cstring\u003e","eue":"\u003cstring\u003e"},"lifecycleDetails":"\u003cstring\u003e","progress":{"currentPhase":"ODMS_INITIAL_LOAD_EXPORT","currentStatus":"STARTED","jobProgress":"\u003cinteger\u003e"},"systemTags":{"ut287":{"anim_65":{},"aute_35f":{},"Excepteur_f":{}},"dolor785":{"nullaf":{},"magnae16":{}},"ide_e":{"amet_e3c":{},"adipisicing_9f4":{}}},"timeUpdated":"\u003cdateTime\u003e"}]}