Skip to main content

Get all instant clones

Select

SaaS
Customer Managed

Get all instant clones

Responses

Success


Schema
  • instantClones object[]
  • cloneJobId int32

    Job id for clone operation

  • sqlRecoveryId int32

    Id of sql recovery point for SQL Agent

  • sourceClient object
  • id int32
  • name string
  • sourceInstance object
  • id int32
  • name string
  • mountedHost object
  • id int32
  • name string
  • targetInstance object
  • id int32
  • name string
  • databaseAsOfTime int32

    The Point in time up to which the database has been recovered using the backups. The time is provided in unix time format.

  • creationTime int32

    The time when the database clone was created. The time is provided in unix time format.

  • expirationDate int32

    The 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 string

    Possible values: [CREATED, DELETING, EXPIRED]

    Status of instant clone

  • commcell object
  • name string

    Name of the commcell the entity belongs to.

GET /v4/instantclones    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/InstantClones' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'