Get VM Nics
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[]
subnet stringhasPublicIP booleanlabel stringname stringid string
{
"nic": [
{
"subnet": "string",
"hasPublicIP": true,
"label": "string",
"name": "string",
"id": "string"
}
]
}
{
"nic": [
{
"subnet": "",
"hasPublicIP": false,
"label": "Network adapter 1",
"name": "VM Network",
"id": ""
}
]
}
Loading...