name | data type | description |
---|---|---|
storageProvider | StorageProviderDetails |
Example
{ "storageProvider" : { "guid" : "...", "name" : "...", "host" : "...", "user" : "...", "type" : "AFS", "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "storageCount" : 12345, "cephSettings" : { "cephAuthKey" : "...", "cephConfiguration" : "..." }, "afsSettings" : { "afsPrismElementHost" : "...", "afsPrismElementUser" : "..." }, "availabilityZone" : "...", "serverPartnerUuid" : "...", "lastInventorySyncDate" : 12345, "lastSuccessfulInventorySyncDate" : 12345, "possibleActions" : [ "WRITE", "WRITE" ], "storagePoolManagementStrategy" : "INCLUDE", "managedStoragePools" : [ "...", "..." ], "version" : "...", "trustAllCerts" : true } }