Skip to main content

Get Disks for VM

Select

SaaS
Customer Managed

get the disk for the VM provided

Path Parameters
  • vmGuid string required
Query Parameters
  • jobid string required
Responses

OK


Schema
  • disks object[]
  • Datastore string

    datastore where the vm disk resides

  • name string

    name of the vm disk

GET /v2/vsa/vm/:vmguid/disks    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmGuid — path required
jobid — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/disks' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'