name | data type | constraints | description |
---|---|---|---|
url | string | ||
sshPort | number | ||
user | string | ||
nodeConfig | NameAndGuid | ||
hvCount | number | required | |
vmCount | number | required | |
storageType | StorageType | ||
region | string | ||
endpointInterfaceType | EndpointInterfaceType | ||
useToken | boolean | required | |
lastInventorySyncDate | number | ||
lastSuccessfulInventorySyncDate | number | ||
possibleActions | array of RbacInstanceAction | ||
version | string | ||
guid | string | ||
type | HypervisorManagerType |
Example
{ "url" : "...", "sshPort" : 12345, "user" : "...", "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "hvCount" : 12345, "vmCount" : 12345, "storageType" : "CEPH", "region" : "...", "endpointInterfaceType" : "PUBLIC", "useToken" : true, "lastInventorySyncDate" : 12345, "lastSuccessfulInventorySyncDate" : 12345, "possibleActions" : [ "READ", "WRITE" ], "version" : "...", "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "type" : { "name" : "ENUM_NAME", "description" : "Enum description" } }