Get Data Safe onboarding submission status
get
https://EM_HOST:8080/em/api/databases/dataSafeOnboardings/{submissionId}
Returns the current status for a submitted Data Safe onboarding procedure.
Request
Path Parameters
-
submissionId(required): string
Procedure submission identifier returned by the registration request.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Data Safe onboarding submission status.
Root Schema : DataSafeOnboardingStatus
Type:
objectStatus for a submitted Data Safe onboarding procedure.
Show Source
-
procedureName(required): string
Submitted procedure name.
-
status(required): string
Current submission status.
-
submissionId(required): string
Procedure submission identifier returned by Enterprise Manager.
-
timeFinished: string
(date-time)
Completion timestamp, when available.
-
timeStarted: string
(date-time)
Start timestamp, when available.
-
timeSubmitted: string
(date-time)
Submission timestamp.
400 Response
Bad Request.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
401 Response
Unauthorized.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
403 Response
Forbidden.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
404 Response
Not Found.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
500 Response
Internal Server Error.
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty
503 Response
Service Unavailable
Headers
-
ORCL-EM-RETRY-LINK:
Link of the request that failed.
Root Schema : ErrorResponse
Type:
objectResponse sent in the case of an error.
Show Source
-
code(required): string
Error code.Example:
InvalidParameter -
message(required): string
Error description.Example:
Parameter cannot be empty