Vcenter Tagging Associations UpdateSpec
Vcenter Tagging Associations UpdateSpec
Represents a specification for an object including its identifier and list of tag specifications.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"object": {
"type": "string",
"id": "string"
},
"tag_spec_list": [
{
"operation": "string",
"tag_id": "string",
"tag_category_name_info": {
"tag_name": "string",
"category_name": "string"
}
}
]
}
object
Required
Identifier of an object to attach or detach tags to. It must contain valid resource type and id.
This property was added in vSphere API 9.1.0.0.
array of
Vcenter Tagging Associations TagSpec
tag_spec_list
Required
List of tag specifications to be applied with the object.
This property was added in vSphere API 9.1.0.0.