| name | data type | constraints | description |
|---|---|---|---|
| page | string | ||
| size | string | ||
| hypervisor | string | ||
| nameLike | string | ||
| filter | string | ||
| hypervisor-manager | string | ||
| orderBy | string | ||
| direction | string | ||
| virtual-provider | string | ||
| filterOrNameLike | string | ||
| hypervisor-cluster | string | ||
| orderRequestCorrect | boolean | required boolean | |
| data-center | string | ||
| vmPolicy | array of string | ||
| snapshotPolicy | string | ||
| snapshotable | boolean | ||
| hypervisor-manager-type | array of HypervisorManagerType | ||
| hypervisor-type | array of HypervisorType | ||
| project-uuid | string | ||
| uuid | string | ||
| backupStatus | array of BackupUpToDateStatus | ||
| nodeConfig | string | ||
| present | boolean | ||
| uuids | array of string | ||
| virtualProviderTypes | array of string | ||
| guids | array of string | ||
| authentication-domain | string | ||
| detailed | boolean | required boolean |
Example
{
"page" : "...",
"size" : "...",
"hypervisor" : "...",
"nameLike" : "...",
"filter" : "...",
"hypervisor-manager" : "...",
"orderBy" : "...",
"direction" : "...",
"virtual-provider" : "...",
"filterOrNameLike" : "...",
"hypervisor-cluster" : "...",
"orderRequestCorrect" : true,
"data-center" : "...",
"vmPolicy" : [ "...", "..." ],
"snapshotPolicy" : "...",
"snapshotable" : true,
"hypervisor-manager-type" : [ "NUTANIX_V4", "FAKE_HVM" ],
"hypervisor-type" : [ "KUBERNETES", "VERGE" ],
"project-uuid" : "...",
"uuid" : "...",
"backupStatus" : [ "IS_PROTECTED", "IS_PROTECTED" ],
"nodeConfig" : "...",
"present" : true,
"uuids" : [ "...", "..." ],
"virtualProviderTypes" : [ "...", "..." ],
"guids" : [ "...", "..." ],
"authentication-domain" : "...",
"detailed" : true
}