Register a target database group for Data Safe onboarding

post

https://EM_HOST:8080/em/api/databases/dataSafeOnboardings/actions/registerTargetDatabaseGroup

Submits the Data Safe registration procedure for the provided EM group and OCI settings.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request payload for Data Safe registration inputs.
Show Source
Back to Top

Response

Supported Media Types

202 Response

Registration procedure submitted successfully.
Headers
  • URL to poll for the submitted Data Safe onboarding status.
Body ()
Root Schema : DataSafeOnboardingSubmission
Type: object
Response returned after the Data Safe registration procedure is submitted.
Show Source

400 Response

Bad Request.
Headers
Body ()
Root Schema : ErrorResponse
Type: object
Response sent in the case of an error.
Show Source

401 Response

Unauthorized.
Headers
Body ()
Root Schema : ErrorResponse
Type: object
Response sent in the case of an error.
Show Source

403 Response

Forbidden.
Headers
Body ()
Root Schema : ErrorResponse
Type: object
Response sent in the case of an error.
Show Source

409 Response

Conflict.
Headers
Body ()
Root Schema : ErrorResponse
Type: object
Response sent in the case of an error.
Show Source

500 Response

Internal Server Error.
Headers
Body ()
Root Schema : ErrorResponse
Type: object
Response sent in the case of an error.
Show Source

503 Response

Service Unavailable
Headers
Body ()
Root Schema : ErrorResponse
Type: object
Response sent in the case of an error.
Show Source
Back to Top