Create a new Tag Set.
Request body
Sets the description of this tag set.
Sets the name of this tag set.
The resource types the tag set applies to. Valid values: 'Tenant', 'Environment', 'Project', 'Target', 'Runbook', 'Feature Toggle'. Defaults to ['Tenant'] when omitted.
Sets the sort order of this tag set.
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
Gets or sets the description of this tag set.
Gets or sets a unique identifier for this resource.
Whether this tag set is a system-managed tag set.
Gets or sets the username of the user who last modified this resource.
Gets or sets the date/time that this resource was last modified.
Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.
Gets or sets the name of this tag set.
The resource types this tag set applies to.
Gets or sets the sort order of this tag set.
The type of this tag set.
Example response
{
"SpaceId": "Spaces-1"
}