Vcenter Compute Policies CreateTagsAndPoliciesSpec
Vcenter Compute Policies CreateTagsAndPoliciesSpec
The Vcenter Compute Policies CreateTagsAndPoliciesSpec schema contains the specification for a batch create operation using POST /vcenter/compute/policies?action=create-tags-and-policies.
This schema was added in vSphere API 9.1.1.0.
JSON Example
{
"policies": [
{
"spec": {
"capability": "string",
"name": "string",
"description": "string",
"managed_by": {
"entity": "string"
}
}
}
]
}
array of
Vcenter Compute Policies CreateItem
policies
Required
List of specifications for the policies to be created.
This property was added in vSphere API 9.1.1.0.