Properties
The resources in the /backupRepositories collection have a number of properties that reflect backup repository characteristics. Properties can be used as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a backup repository in Veeam Availability Console RESTful API. |
name | string | Name of a backup repository configured in Veeam Backup & Replication or cloud repository configured in Veeam Cloud Connect. |
repositoryUid | string | System ID assigned to a repository in Veeam Backup & Replication or Veeam Cloud Connect. |
serverName | string | Name of a Veeam backup server that manages a backup repository or cloud repository. |
companyName | string | Name of company that uses a backup repository. |
locationName | string | Name of company location to which backup repository is assigned. |
capacity | integer | Capacity of a backup repository. |
capacityUnits | string | Measurement units for capacity of a backup repository. Possible values: B (byte) and its multiples formed with metric prefixes. |
freeSpace | integer | Free space remaining on a backup repository. |
freeSpaceUnits | string | Measurement units for free space remaining on a backup repository. Possible values: B (byte) and its multiples formed with metric prefixes. |
backupSize | integer | Total amount of backed up data. |
backupSizeUnits | string | Measurement units for backed up data. Possible values: B (byte) and its multiples formed with metric prefixes. |
healthState | string | Repository health state. Possible values:
|
backupServerId | integer | System ID assigned to a backup server in Veeam Availability Console RESTful API. |
isServiceProviderRepository | boolean | Indicates whether a repository is owned by a service provider. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). Can contain links to backup server, tenant and location resources. |