Properties
The resources in the /tenants/{ID}/locations collection have a number of properties that reflect company location characteristics. Properties can be used as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a company location in Veeam Availability Console RESTful API. |
name | string | Name of a company location. |
quota | integer | Amount of storage space allocated for a location of a company. |
quotaUnits | string | Measurement units for storage space allocated for a location. Possible values: B (byte) and its multiples formed with metric prefixes. |
type | string | Type of location. Possible values:
|
repositoryCapacity | integer | Total capacity of a cloud repository assigned to a company. |
repositoryCapacityUnits | string | Measurement units for total capacity of a cloud repository. Possible values: B (byte) and its multiples formed with metric prefixes. |
repositoryFreespace | integer | Amount of storage space that is available to a company. |
repositoryFreespaceUnits | string | Measurement units for available storage space. Possible values: B (byte) and its multiples formed with metric prefixes. |
repositoryUsedspace | integer | Amount of storage space that a company used. |
repositoryUsedspaceUnits | string | Measurement units for storage space that a company used. Possible values: B (byte) and its multiples formed with metric prefixes. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). Can contain links to backup servers and jobs. |