TaggingTagCreateSpec

The Tag.CreateSpec structure describes a tag. Use the Tag.create operation to create a tag defined by the create specification.


Properties

string
category_id Required

The unique identifier of the parent category in which this tag will be created. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.tagging.Category. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.tagging.Category.


string
description Required

The description of the tag.


string
name Required

The display name of the tag. The name must be unique within its category.


string
tag_id Optional

If unset an identifier will be generated by the server When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.tagging.Tag.

JSON Example

{
	"category_id": "string",
	"description": "string",
	"name": "string"
}
Parameter To

Create Tag

Feedback

Was this page helpful?