Get the tenant hypervisors associated with the admin hypervisor
Get the tenant hypervisor list associated with the admin hypervisor
Path Parameters
- instanceId int32 required
Id of the instance associated with the admin hypervisor
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
clients object[]
clientId int32Id of the hypervisor
clientName stringClient Name of the hypervisor
displayName stringDisplay Name of the hypervisor
hostName stringVirtual server host associated with the hypervisor
{
"clients": [
{
"clientId": 0,
"clientName": "string",
"displayName": "string",
"hostName": "string"
}
]
}
Loading...