Get Utilizations for a Sub-Account

Prev Next
Get
/v1/accounts/{AcctNum}/utilizations

Return the daily storage and data transfer associated with the Sub-Account, across all buckets in the Sub-Account. Using from and to query string parameters (in the format YYYY-MM-DD) will apply date filters to the result set. If latest=true is passed via the query string parameter, only the most recent calculated utilization is returned.

Security
API Key: ApiKeyAuth
Header parameter nameAuthorization

Please enter your Primary Partner API Key

Path parameters
AcctNum
integer (int32) Required
Query parameters
from
string (date)
to
string (date)
latest
boolean
includeRegionalUtilizations
boolean
Responses
200

OK

Array of object
object
UtilizationNum
integer (int32)
AcctNum
integer (int32)
AcctPlanNum
integer (int32)
StartTime
string (date-time)
EndTime
string (date-time)
CreateTime
string (date-time)
NumBillableObjects
integer
NumBillableDeletedObjects
integer
RawStorageSizeBytes
integer
PaddedStorageSizeBytes
integer
MetadataStorageSizeBytes
integer
DeletedStorageSizeBytes
integer
OrphanedStorageSizeBytes
integer
MinStorageChargeBytes
integer
NumAPICalls
integer
UploadBytes
integer
DownloadBytes
integer
StorageWroteBytes
integer
StorageReadBytes
integer
NumGETCalls
integer
NumPUTCalls
integer
NumDELETECalls
integer
NumLISTCalls
integer
NumHEADCalls
integer
DeleteBytes
integer
RegionalUtilizations
object
property*
object (RegionalUtilization) additionalProperties
NumBillableObjects
integer
NumBillableDeletedObjects
integer
RawStorageSizeBytes
integer
PaddedStorageSizeBytes
integer
MetadataStorageSizeBytes
integer
DeletedStorageSizeBytes
integer
OrphanedStorageSizeBytes
integer
NumAPICalls
integer
UploadBytes
integer
DownloadBytes
integer
StorageWroteBytes
integer
StorageReadBytes
integer
NumGETCalls
integer
NumPUTCalls
integer
NumDELETECalls
integer
NumLISTCalls
integer
NumHEADCalls
integer
DeleteBytes
integer