Get VM Nics
Select
SaaS
Customer Managed
Get Nics for the backed up VM provided the VM GUID
Path Parameters
- vmGuid string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
nic object[]
{
"nic": [
{
"subnet": "string",
"hasPublicIP": true,
"label": "string",
"name": "string",
"id": "string"
}
]
}
{
"nic": [
{
"subnet": "",
"hasPublicIP": false,
"label": "Network adapter 1",
"name": "VM Network",
"id": ""
}
]
}
GET /v2/vsa/vm/:vmguid/nics
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/vm/:vmGuid/nics' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'