name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
host | string | ||
type | StorageProviderType | ||
nodeConfig | NameAndGuid | ||
storageCount | number | required | |
lastInventorySyncDate | number | ||
lastSuccessfulInventorySyncDate | number | ||
possibleActions | array of RbacInstanceAction | ||
version | string |
Example
{ "guid" : "...", "name" : "...", "host" : "...", "type" : "DEFAULT", "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "storageCount" : 12345, "lastInventorySyncDate" : 12345, "lastSuccessfulInventorySyncDate" : 12345, "possibleActions" : [ "HVM_READ", "HV_READ" ], "version" : "..." }