Azure Tags

The /cloudInfrastructure/tags resource collection represents Azure tags that can be assigned to Microsoft Azure resources.

Get Collection of Azure Tags

The HTTP GET request to the /cloudInfrastructure/tags endpoint retrieves a list of all Azure tags assigned to Azure resources to which Veeam Backup for Microsoft Azure has permissions.

SecurityBearer
Request
query Parameters
Offset
integer <int32> >= 0

Specifies the first N items of a resource collection that will be excluded from the response.

Limit
integer <int32> >= -1

Specifies the maximum number of items of a resource collection that will be returned in the response.

TenantId
string or null <uuid>

Returns only Azure tags that belong to a tenant with the specified ID.

ServiceAccountId
string

Returns only Azure tags to which a service account with the specified system ID has permissions.

SearchPattern
string or null

Returns only those items of a resource collection whose names match the specified search pattern in the parameter value.

Sync
boolean or null

Defines whether to force rescanning of the Microsoft Azure infrastructure before the response.

Responses
200

OK

202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

get/api/v8.1/cloudInfrastructure/tags
Request samples
Response samples
application/json
{
  • "offset": 0,
  • "limit": 0,
  • "totalCount": 0,
  • "_links": {},
  • "results": [
    ]
}