Skip to main content
GET
/
subscriptions
/
{platformType}
/
tags
/
{tagRef}
Get a tag by ID
curl --request GET \
  --url https://{host}/subscriptions/{platformType}/tags/{tagRef}
{
  "tagRef": "<string>",
  "tagName": "<string>",
  "attributeName": "<string>",
  "aliasName": "<string>",
  "technology": "AWS",
  "key": "<string>",
  "owner": "<string>",
  "message": "<string>",
  "status": 123
}

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers
tagRef
string
required

Unique tag identifier.

Response

Tag

Subscriptions attribute tag entry.

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).