name | data type | description |
---|---|---|
totalUsedSpace | number | |
totalAvailableSpace | number | |
backupDestinations | array of BackupDestinationListRecord |
Example
{ "totalUsedSpace" : 12345, "totalAvailableSpace" : 12345, "backupDestinations" : [ { "guid" : "...", "name" : "...", "totalAvailableSpace" : 12345, "totalUsedSpace" : 12345, "nodeConfigCount" : 12345, "nodeInitErrors" : { "property1" : "...", "property2" : "..." }, "totalDedupUsedSpace" : 12345, "totalDedupAvailableSpace" : 12345, "warnings" : [ "...", "..." ], "defaultBackupDestination" : true, "spaceThreshold" : 12345, "description" : "...", "backupDestinationForCloud" : true, "state" : "INITIALIZATION_FAILED", "configurationWarning" : "...", "type" : { "name" : "ENUM_NAME", "description" : "Enum description" }, "modificationTime" : 1451649601000 }, { "guid" : "...", "name" : "...", "totalAvailableSpace" : 12345, "totalUsedSpace" : 12345, "nodeConfigCount" : 12345, "nodeInitErrors" : { "property1" : "...", "property2" : "..." }, "totalDedupUsedSpace" : 12345, "totalDedupAvailableSpace" : 12345, "warnings" : [ "...", "..." ], "defaultBackupDestination" : true, "spaceThreshold" : 12345, "description" : "...", "backupDestinationForCloud" : true, "state" : "INITIALIZED", "configurationWarning" : "...", "type" : { "name" : "...", "description" : "..." }, "modificationTime" : 12345 } ] }