Skip to main content
POST
/
subscriptions
/
{platformType}
/
tags
Add tags (bulk; all-or-nothing)
curl --request POST \
  --url https://{host}/subscriptions/{platformType}/tags \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "tagName": "<string>",
    "attributeName": "<string>",
    "aliasName": "<string>",
    "key": "<string>",
    "technology": "AWS",
    "owner": "<string>"
  }
]
'
[
  {
    "tagRef": "<string>",
    "tagName": "<string>"
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers

Body

application/json
Minimum array length: 1
tagName
string
required
attributeName
string
required
aliasName
string
key
string

Required with technology for resource attributes.

technology
enum<string>
Available options:
AWS,
CONTAINER
owner
string

Omit/empty for global (admin only); otherwise username for private.

Response

Created entries (IDs and names)

tagRef
string
tagName
string