Create Clone
post
/clones/sim/v1/createConfig
Create the clone request for the given organization.
Request
Supported Media Types
- application/json
- multipart/form-data
A Clone request
Root Schema : CreateCloneRequest
Type:
object
Model for Create Clone Config
Show Source
-
cloneName(required):
string
A user-friendly name for the clone configuration for the organization. This should be unique per organization.Example:
MyClone
Response
Supported Media Types
- application/json
200 Response
The request details after successfully submitting a request for export operation.
Root Schema : CreateCloneResponse
Type:
object
Model for Create Clone Response Object
Show Source
-
requestId:
integer
Unique reference of the clone request. This attribute can be used to track the status of the clone request.Example:
1
-
requestTimeStampUTC:
string
The time stamp in UTC format for when the request was submitted.Example:
2022-10-10T00:00:00