Get Clones

post

/clones/sim/v1/getClones

Gets the list of successful clone requests. The system maintains only last five clone configurations that were created for the organization.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Response object consisting of the status of the previously submitted clone request.
Body ()
Root Schema : GetAvailableCloneResponse
Type: object
Model for Get Available Clone Response
Show Source
  • The actual end date time when the clone request was completed in UTC Format.
    Example: 2022-01-23T09:21:00
  • A user-friendly name for the clone configuration for the organization. This should be unique per organization.
    Example: MyClone
  • The pre-authenticated URL of the object store from where the configuration can be cloned.
    Example: https://objectstore. oracle.com/files/1
  • The version of the Simphony POS database for which the clone was created.
    Example: 34001
Back to Top