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

Backup Agents

In this article

    The /backupAgents resource collection represents a collection of all Veeam backup agents managed by Veeam Availability Console. The collection includes resources which represent specific Veeam backup agents and have system IDs.

    Collection URL

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

    Collection Representation Backup Agents

    [

     {

       "id": "41149d13-eb49-4895-9053-27f227584e4f",

       "scheduleDisabled": false,

       "companyId": 5,

       "locationId": 5,

       "name": "ac-m21",

       "successJobsCount": 7,

       "totalJobsCount": 7,

       "successfulPercentage": 100,

       "isReadOnlyMode": false,

       "guiMode": "Full",

       "isViewModeChanging": false,

       "vawPlatform": "Cloud",

       "vawPlatformId": "Cloud",

       "cloudCopy": false,

       "lastModified": "2018-11-24T07:50:42.2423906+03:00",

       "lastModificationDoneBy": "-",

       "backupMode": [],

       "operationModeId": "Workstation",

       "multijobSupport": false,

       "version": "3.0.0.748",

       "_links": [

         {

           "rel": "self",

           "method": "GET",

           "href": "https://vac:1281/v2/backupAgents/41149d13-eb49-4895-9053-27f227584e4f"

         },

         {

           "rel": "related",

           "method": "GET",

           "href": "https://vac:1281/v2/backupAgents/41149d13-eb49-4895-9053-27f227584e4f/jobs"

         }

       ]

     },

     {

       "id": "cc52ec30-a1b0-41dd-8b24-553dab48b43f",

       "scheduleDisabled": false,

       "companyId": 11,

       "locationId": 11,

       "name": "ac-m19",

       "successJobsCount": 2,

       "totalJobsCount": 2,

       "successfulPercentage": 100,

       "isReadOnlyMode": true,

       "guiMode": "ReadOnly",

       "isViewModeChanging": false,

       "vawPlatform": "Cloud",

       "vawPlatformId": "Cloud",

       "cloudCopy": false,

       "lastModified": "2018-10-12T01:37:05.2423906+03:00",

       "lastModificationDoneBy": "ac-m2\\Administrator",

       "backupMode": [

         "Folder"

       ],

       "operationModeId": "Server",

       "multijobSupport": true,

       "version": "3.0.0.748",

       "_links": [

         {

           "rel": "self",

           "method": "GET",

           "href": "https://vac:1281/v2/backupAgents/cc52ec30-a1b0-41dd-8b24-553dab48b43f"

         },

         {

           "rel": "related",

           "method": "GET",

           "href": "https://vac:1281/v2/backupAgents/cc52ec30-a1b0-41dd-8b24-553dab48b43f/jobs"

         }

       ]

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

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