Skip to main content

Get Volumes of Virtual Machine

Select

SaaS
Customer Managed

Get volumes associated with virtual machine

Path Parameters
  • vmGUID string required

    ID of Virtual Machine

Responses

OK


Schema
  • snapshots object[]

    list of snapshots

  • id string

    snapshot ID

  • name string

    name of snapshot

  • desc string

    snapshot description

  • creationTime int32

    creation time of snapshot

  • parentId string

    parent ID of snapshot

GET /v4/vmprovisioning/virtualmachine/:vmguid/volumes    

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/V4/VMProvisioning/VirtualMachine/:vmGUID/Volumes' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'