
This is an archive version of the document. To get the most up-to-date information, see the
current version.
LocationAggregateUsage
Property | Type | Attributes | Description |
---|
companyUid | String (uuid) | Read-only | UID assigned to a company. |
locationUid | String (uuid) | Read-only | UID assigned to a location. |
date | String (date) | Read-only | Date of data aggregation. Date and time string is formatted in accordance with RFC 3339. |
counters | Array of subschemas (LocationAggregateUsageCounter) | Read-only | Managed services counters. |
LocationAggregateUsageCounter
Property | Type | Attributes | Description |
---|
value | Integer (int64) | Read-only | Counter value. |
type | String | Read-only | Counter type. Possible values: - unknown
- vmCloudBackups
- vmCloudBackupsDataTransferOut
- vmCloudBackupsDataTransferIn
- serverCloudBackups
- workstationCloudBackups
- agentCloudBackupDataTransferOut
- agentCloudBackupDataTransferIn
- cloudRepositoryUsageByServerAgent
- cloudRepositoryUsageByWorkstationAgent
- cloudRepositoryUsageByVm
- cloudRepositoryUsageByUnknownFiles
- managedVms
- managedServerAgents
- managedWorkstationAgents
- vmCloudReplicas
- vmCloudReplicaDataTransferOut
- vmCloudReplicaDataTransferIn
- vmCloudReplicaStorageUsage
- vmCloudReplicaComputeTime
- fileShareBackupSize
- fileShareArchiveSize
- fileShareSourceSize
|