Get Clone Request Status

post

/clones/sim/v1/getStatus

Gets the status of a specific clone request.

Request

Supported Media Types
Body ()
Request body for getStatus.
Root Schema : RequestDetails
Type: object
Model for the Get Status
Show Source
Back to Top

Response

Supported Media Types

200 Response

Response object consisting of the status of the previously submitted clone request.
Body ()
Root Schema : GetCloneStatusResponse
Type: object
Model for Get Clone Status Response
Show Source
  • The actual end date and time when the clone request was completed in UTC Format.
    Example: 2022-01-23T09:21:00
  • The pre-authenticated URL of the object store from where the configuration can be cloned.
    Example: https://objectstore. oracle.com/files/1
  • The current date time of the system in the UTC format.
    Example: 2022-01-23T09:00:00
  • The error details if the clone process failed.
    Example: Validation Failed
  • The expected date and time for the request to be completed.
    Example: 2022-01-23T09:21:00
  • The unique identifier of the request.
    Example: 1
  • The version of the Simphony POS database for which the clone was created.
    Example: 34001
  • The date time when the clone request was submitted in UTC format.
    Example: 2022-01-23T09:00:00
  • Status of the clone request. 1- Queued 2- In Progress 3- Completed 4- Failed
    Example: 3
Back to Top