Previous Topic: Get Tags

Next Topic: Modify a Tag

Create a Tag

You use the POST command to create a tag.

Send the HTTP POST request to the following URL:

https://hostname:18443/iam/api/1.0/restapi/environments/ac/tags

The HTTP body must contain the following information to create a tag:

<Tag>
  <Name>Tag Name</Name>
  <Description>Tag Description</Description>
</Tag>
<Name>

Specifies the tag name

<Description>

Specifies the description of the tag