name | data type | constraints | description |
---|---|---|---|
page | string | ||
size | string | ||
nameLike | string | ||
filter | string | ||
orderByField | string | ||
orderDirection | string | ||
hypervisor | string | ||
filterOrNameLike | string | ||
hvManager | string | ||
hvCluster | string | ||
dataCenter | string | ||
orderRequestCorrect | boolean | required | |
vmBackupPolicies | array of string | ||
snapshotMgmtPolicy | string | ||
snapshotable | boolean | ||
hvmTypes | array of HypervisorManagerType | ||
hvTypes | array of HypervisorType | ||
projectUuid | string | ||
uuid | string | ||
backupUpToDateStatuses | array of BackupUpToDateStatus | ||
nodeConfig | string | ||
present | boolean | ||
uuids | array of string | ||
guids | array of string | ||
authenticationDomain | string | ||
detailed | boolean | required |
Example
{ "page" : "...", "size" : "...", "nameLike" : "...", "filter" : "...", "orderByField" : "...", "orderDirection" : "...", "hypervisor" : "...", "filterOrNameLike" : "...", "hvManager" : "...", "hvCluster" : "...", "dataCenter" : "...", "orderRequestCorrect" : true, "vmBackupPolicies" : [ "...", "..." ], "snapshotMgmtPolicy" : "...", "snapshotable" : true, "hvmTypes" : [ "ORACLE", "RHEV" ], "hvTypes" : [ "ESXI", "CITRIX" ], "projectUuid" : "...", "uuid" : "...", "backupUpToDateStatuses" : [ "IS_PROTECTED", "NOT_PROTECTED" ], "nodeConfig" : "...", "present" : true, "uuids" : [ "...", "..." ], "guids" : [ "...", "..." ], "authenticationDomain" : "...", "detailed" : true }