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