Create Clone

post

/clones/sim/v1/createConfig

Create the clone request for the given organization.

Request

Supported Media Types
Body ()
A Clone request
Root Schema : CreateCloneRequest
Type: object
Model for Create Clone Config
Show Source
  • A user-friendly name for the clone configuration for the organization. This should be unique per organization.
    Example: MyClone
Back to Top

Response

Supported Media Types

200 Response

The request details after successfully submitting a request for export operation.
Body ()
Root Schema : CreateCloneResponse
Type: object
Model for Create Clone Response Object
Show Source
  • Unique reference of the clone request. This attribute can be used to track the status of the clone request.
    Example: 1
  • The time stamp in UTC format for when the request was submitted.
    Example: 2022-10-10T00:00:00
Back to Top