Get list of successful clone requests
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
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-OrgShortName: string(string)
Org Identifier
Response
Supported Media Types
- application/json
200 Response
Response object consisting of the status of the previously submitted clone request.
Root Schema : GetAvailableCloneResponse
Type:
object
Model for Get Available Clone Response
Show Source
-
actualEndDateTimeUTC(optional):
string
The actual end date time when the clone request was completed in UTC Format.Example:
2022-01-23T09:21:00
-
cloneName(optional):
string
A user-friendly name for the clone configuration for the organization. This should be unique per organization.Example:
MyClone
-
configFileURL(optional):
string
The pre-authenticated URL of the object store from where the configuration can be cloned.Example:
https://objectstore. oracle.com/files/1
-
posDBVersion(optional):
string
The version of the Simphony POS database for which the clone was created.Example:
34001
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(optional):
integer
Error code of the problemExample:
55223
-
status(optional):
integer
HTTP status code.Example:
400
-
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(optional):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html