TagSets

Create a new Tag Set.

post/tagsets

Request body

Descriptionstring

Sets the description of this tag set.

Namestring required

Sets the name of this tag set.

Scopesstring[]

The resource types the tag set applies to. Valid values: 'Tenant', 'Environment', 'Project', 'Target', 'Runbook', 'Feature Toggle'. Defaults to ['Tenant'] when omitted.

SortOrderinteger

Sets the sort order of this tag set.

SpaceIdstring required
Typestring

How tags from the set are applied to a resource: 'MultiSelect' (any number of tags), 'SingleSelect' (one tag at a time), or 'FreeText' (arbitrary values, no predefined tags). Defaults to 'MultiSelect' when omitted.

Example request

{
  "SpaceId": "Spaces-1"
}

Response

Created

Descriptionstring

Gets or sets the description of this tag set.

Idstring

Gets or sets a unique identifier for this resource.

IsSystemboolean

Whether this tag set is a system-managed tag set.

LastModifiedBystring

Gets or sets the username of the user who last modified this resource.

LastModifiedOnstring date-time

Gets or sets the date/time that this resource was last modified.

Linksobject

Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.

Namestring required

Gets or sets the name of this tag set.

Scopesstring[]

The resource types this tag set applies to.

SortOrderinteger

Gets or sets the sort order of this tag set.

SpaceIdstring
Typestring

The type of this tag set.

Example response

{
  "SpaceId": "Spaces-1"
}

Changes