Skip to main content

Get VM Nics

Select

SaaS
Customer Managed

Get Nics for the backed up VM provided the VM GUID

Path Parameters
  • vmGuid string required
Responses

OK


Schema
  • nic object[]
  • subnet string
  • hasPublicIP boolean
  • label string
  • name string
  • id string
GET /v2/vsa/vm/:vmguid/nics    

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/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'