com.vmware.cis.tagging.tag

create_spec

The create_spec structure describes a tag.

Use the create operation to create a tag defined by the create specification.

Representations:
{
    "category_id""obj-103",
    "description""string",
    "name""string"
}
<?xml version="1.0" ?>
<ns0:CreateSpec xmlns:ns0="http://vmware.com/cis/tagging/tag" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <description>string</description>
  <name>string</name>
  <category_id>obj-103</category_id>
</ns0:CreateSpec>

Attributes:
Name Type Required Description
name
 *
string Yes The display name of the tag. The name must be unique within its category.
description
 *
string Yes The description of the tag.
category_id
 *
ID Yes The unique identifier of the parent category in which this tag will be created. Id of type com.vmware.cis.tagging.Category.

Copyright © 2014. All Rights Reserved.