Vcenter Compute Policies CreateResultInfo

Vcenter Compute Policies CreateResultInfo
Vcenter Compute Policies CreateResultInfo

The Vcenter Compute Policies CreateResultInfo schema contains the information about a successfully created compute policy as part of a batch create operation. See POST /vcenter/compute/policies?action=create-tags-and-policies

This schema was added in vSphere API 9.1.1.0.

JSON Example
{
    "policy": "string",
    "info": {
        "name": "string",
        "description": "string",
        "capability": "string",
        "managed_by": {
            "entity": "string"
        }
    }
}
string
policy
Required  

Identifier of the created compute policy.

This property was added in vSphere API 9.1.1.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.compute.Policy. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.compute.Policy.

info
Required  

The Vcenter Compute Policies Info schema contains common information about a compute policy.

This schema was added in vSphere API 7.0.3.0.