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

AWS Tags

The /tags resource collection represents AWS tags assigned to AWS resources to which Veeam Backup for AWS has permissions.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/cloudInfrastructure/tags

AWS TagsCollection Representation

{

 "results": [

   {

     "id": "18504c90-bfb3-46f0-9051-78b919726670",

     "key": "Name",

     "value": "Dept01",

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/tags/18504c90-bfb3-46f0-9051-78b919726670"

       }

     ]

   },

   {

     "id": "1b4cb3a9-1f31-457c-993e-9b477d39cbcf",

     "key": "aws:cloudformation:stack-name",

     "value": "mr-VeeamPN-site",

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/tags/1b4cb3a9-1f31-457c-993e-9b477d39cbcf"

       }

     ]

   },

...

   {

     "id": "941d9648-f166-4d56-af02-deb2f3f776ca",

     "key": "aws:cloudformation:logical-id",

     "value": "EC2Instance",

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1cloudInfrastructure/tags/941d9648-f166-4d56-af02-deb2f3f776ca"

       }

     ]

   }

 ],

 "totalCount": 393,

 "_links": [

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/cloudInfrastructure/tags"

   }

 ]

}

In This Section