Skip to main content
GET
/
subscriptions
/
tags
List tags (alias of cloud)
curl --request GET \
  --url https://{host}/subscriptions/tags
[
  {
    "tagRef": "<string>",
    "tagName": "<string>",
    "attributeName": "<string>",
    "aliasName": "<string>",
    "technology": "AWS",
    "key": "<string>",
    "owner": "<string>",
    "message": "<string>",
    "status": 123
  }
]

Response

200 - application/json

Tag list

tagRef
string

Unique reference ID.

tagName
string

Tag name (unique per scope).

attributeName
string

Must be a Densify standard attribute or technology-specific ('Resource Tags' / 'Container Labels').

aliasName
string

Display alias (scope-unique per rules).

technology
enum<string>

Technology for resource attributes.

Available options:
AWS,
CONTAINER
key
string

Key used with technology-specific resource attributes.

owner
string

Empty = global; otherwise username for private tag.

message
string

Status message (on error).

status
integer

HTTP-like status code (200, 204, 400, 401, 404, 415, 500).