name | data type | constraints | description |
---|---|---|---|
resultCode | number | required | |
details | string | ||
storageUnits | array of DDBoostStorageUnit | ||
pagingInfo | PagingInfo |
Example
{ "resultCode" : 12345, "details" : "...", "storageUnits" : [ { "name" : "...", "id" : "...", "deleted" : true }, { "name" : "...", "id" : "...", "deleted" : true } ], "pagingInfo" : { "currentPage" : 12345, "pageEntries" : 12345, "totalEntries" : 12345, "pageSize" : 12345 } }