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

KeyDatatypeRequiredDescription
migrationIdstring(Required) The ID of the migration in which to list resources.
displayNamestringA filter to return only resources that match the entire display name given.
limitnumberThe maximum number of items to return.
pagenumberThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
sortBystringThe 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.
sortOrderstringThe sort order to use, either 'asc' or 'desc'.
lifecycleStatestringThe lifecycle state of the Migration Job.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a
particular request, please provide the request ID.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;migrationId&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;MIGRATION&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;lifecycleState&quot;:&quot;WAITING&quot;,&quot;definedTags&quot;:{&quot;Lorem_b47&quot;:{&quot;reprehenderit_fba&quot;:{}}},&quot;freeformTags&quot;:{&quot;culpa_a0&quot;:&quot;\u003cstring\u003e&quot;},&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;progress&quot;:{&quot;currentPhase&quot;:&quot;ODMS_SWITCHOVER&quot;,&quot;currentStatus&quot;:&quot;PENDING&quot;,&quot;jobProgress&quot;:&quot;\u003cinteger\u003e&quot;},&quot;systemTags&quot;:{&quot;tempor4&quot;:{&quot;consectetur63&quot;:{},&quot;veniam87&quot;:{}}},&quot;timeUpdated&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;migrationId&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;EVALUATION&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;lifecycleState&quot;:&quot;CANCELED&quot;,&quot;definedTags&quot;:{&quot;non_3d&quot;:{&quot;consequat_4b0&quot;:{}}},&quot;freeformTags&quot;:{&quot;elit_f54&quot;:&quot;\u003cstring\u003e&quot;,&quot;eue&quot;:&quot;\u003cstring\u003e&quot;},&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;progress&quot;:{&quot;currentPhase&quot;:&quot;ODMS_INITIAL_LOAD_EXPORT&quot;,&quot;currentStatus&quot;:&quot;STARTED&quot;,&quot;jobProgress&quot;:&quot;\u003cinteger\u003e&quot;},&quot;systemTags&quot;:{&quot;ut287&quot;:{&quot;anim_65&quot;:{},&quot;aute_35f&quot;:{},&quot;Excepteur_f&quot;:{}},&quot;dolor785&quot;:{&quot;nullaf&quot;:{},&quot;magnae16&quot;:{}},&quot;ide_e&quot;:{&quot;amet_e3c&quot;:{},&quot;adipisicing_9f4&quot;:{}}},&quot;timeUpdated&quot;:&quot;\u003cdateTime\u003e&quot;}]}