Display Migration Phases for a specified migration.
POST {{baseUrl}}/migrations/:migrationId/actions/getSupportedPhases
Display Migration Phases for a specified migration.
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":[{"name":"ODMS_VALIDATE_GG_SERVICE","supportedActions":["WAIT","WAIT"],"recommendedAction":"WAIT"},{"name":"ODMS_SWITCHOVER","supportedActions":["WAIT","WAIT"],"recommendedAction":"WAIT"}]}