The /BackupServers resource collection represents a collection of all backup servers present in the Veeam Availability Console. The collection includes resources which represent specific backup servers in tenants' and service provider's infrastructures and have system IDs.
Collection URL
https://<Availability-Console>:1281/v2/BackupServers |
Collection Representation
[ { "id": 2, "name": "BACKUP02", "_links": { "self": { "href": "https://vac:1281/v2/backupServers/2" }, "backupRepositories": [ { "href": "https://vac:1281/v2/backupRepositories/2" }, { "href": "https://vac:1281/v2/backupRepositories/3" } ], "jobs": [ { "href": "https://vac:1281/v2/jobs/2" }, { "href": "https://vac:1281/v2/jobs/1" }, { "href": "https://vac:1281/v2/jobs/3" } ] } }, { "id": 3, "name": "BACKUP01", "_links": { "self": { "href": "https://vac:1281/v2/backupServers/3" }, "backupRepositories": [ { "href": "https://vac:1281/v2/backupRepositories/5" }, { "href": "https://vac:1281/v2/backupRepositories/6" } ], "jobs": [ { "href": "https://vac:1281/v2/jobs/7" }, { "href": "https://vac:1281/v2/jobs/8" }, { "href": "https://vac:1281/v2/jobs/6" }, { "href": "https://vac:1281/v2/jobs/9" }, { "href": "https://vac:1281/v2/jobs/10" }, { "href": "https://vac:1281/v2/jobs/5" } ] } } ] |