Resolve Defined Entity
Validates the defined entity against the entity type schema. If the validation is successful, the entity will transition to a "RESOLVED" state. Otherwise, it will transition to an "ERROR" state.
id
id
OK
{
"id": "urn:vcloud:entity:vmware.vspheresddc:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"entity": {
"entity": {}
},
"state": "string",
"entityState": "string",
"message": "string"
}
The id of the defined entity in URN format.
A JSON entity. This entity will be validated against the provided entityType.
The current state of the entity
The "entityState" field may have the following values: "RESOLVED", "RESOLUTION_ERROR". It represents the current state of the entity.
The error message(s), if the entity could not be resolved.