This is an archive version of the document. To get the most up-to-date information, see the current version.

Backup Servers

In this article

    The following resource collections represent backup servers:

    • The /backupServers resource collection represents a collection of all backup servers present in the Veeam Availability Console.
    • The /tenants/{id}/backupServers resource collection represents a collection of all backup servers present in the infrastructure of a specific company.

    Collection URL

    The /backupServers resource collection is located at the following URL:

    https://<Availability-Console>:1281/v2/backupServers

    The /tenants/{id}/backupServers resource collection is located at the following URL:

    https://<Availability-Console>:1281/v2/tenants/{id}/backupServers

    Collection Representation Backup Servers

    [

     {

       "id": 2,

       "name": "BACKUP02",

       "siteName": "BetaSite2",

       "serverUid": "34796504-9f99-4937-921e-639c60b88e5d",

       "agentUid": "75352794-ee98-479e-959e-7f52deea3d73",

       "isCloudConnect": false,

       "_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",

       "siteName": "BetaSite1",

       "serverUid": "08cc05f5-b0fb-4e63-832c-e3a8d8fe3f96",

       "agentUid": "4398cecc-8768-474f-8512-8799178cc6df",

       "isCloudConnect": false,

       "_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"

           }

         ]

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.