Vcenter Compute Policies DeleteResult
The Vcenter Compute Policies DeleteResult schema contains the result of a batch delete operation for compute policies.
This schema was added in vSphere API 9.1.1.0.
{
"errors": {
"errors": {
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}
}
}
Map from policy identifier to the error encountered during deletion.
This property was added in vSphere API 9.1.1.0.
if missing or null, all policies were successfully deleted.
When clients pass a value of this schema as a parameter, the key in the property map 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 key in the property map will be an identifier for the resource type: com.vmware.vcenter.compute.Policy.