Get all instant clones
Get all instant clones
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
instantClones object[]
cloneJobId int32Job id for clone operation
sqlRecoveryId int32Id of sql recovery point for SQL Agent
sourceClient object
id int32name stringsourceInstance object
id int32name stringmountedHost object
id int32name stringtargetInstance object
id int32name stringdatabaseAsOfTime int32The Point in time up to which the database has been recovered using the backups. The time is provided in unix time format.
creationTime int32The time when the database clone was created. The time is provided in unix time format.
expirationDate int32The time till which the clone is kept active and will get cleaned up automatically after that. The time is provided in unix time format.
status stringPossible values: [
CREATED
,DELETING
,EXPIRED
]Status of instant clone
commcell object
name stringName of the commcell the entity belongs to.
{
"instantClones": [
{
"cloneJobId": 0,
"sqlRecoveryId": 0,
"sourceClient": {
"id": 0,
"name": "string"
},
"sourceInstance": {
"id": 0,
"name": "string"
},
"mountedHost": {
"id": 0,
"name": "string"
},
"targetInstance": {
"id": 0,
"name": "string"
},
"databaseAsOfTime": 0,
"creationTime": 0,
"expirationDate": 0,
"status": "CREATED",
"commcell": {
"name": "string"
}
}
]
}
Requested Details not found
Loading...