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