Display Migration Phases for a specified migration.

POST {{baseUrl}}/migrations/:migrationId/actions/getSupportedPhases

Display Migration Phases for a specified migration.

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

{"items":[{"name":"ODMS_VALIDATE_GG_SERVICE","supportedActions":["WAIT","WAIT"],"recommendedAction":"WAIT"},{"name":"ODMS_SWITCHOVER","supportedActions":["WAIT","WAIT"],"recommendedAction":"WAIT"}]}