Skip to main content

Get Snapshots for Virtual Machine

Select

SaaS
Customer Managed

Get snapshots for virtual machine

Path Parameters
  • vmGUID string required
Responses

OK


Schema
  • snapshots object[]

    list of snapshots

  • name string

    name of snapshot

  • desc string

    snapshot description

  • id string

    snapshot ID

  • creationTime int32

    creation time of snapshot

  • parentId string

    parent ID of snapshot

GET /vmprovisioning/virtualmachine/:vmguid/snapshots    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmGUID — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/VMProvisioning/VirtualMachine/:vmGUID/Snapshots' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'