EntityState
EntityState
Describes what the current state of the entity is.
JSON Example
{
"id": "urn:vcloud:entity:vmware.vspheresddc:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"entity": {
"entity": {}
},
"state": "string",
"entityState": "string",
"message": "string"
}
string
id
Optional
The id of the defined entity in URN format.
object
entity
Optional
A JSON entity. This entity will be validated against the provided entityType.
string
state
Optional
The current state of the entity
Possible values are : RESOLVED, RESOLUTION_ERROR,
string
entityState
Optional
The "entityState" field may have the following values: "RESOLVED", "RESOLUTION_ERROR". It represents the current state of the entity.
string
message
Optional
The error message(s), if the entity could not be resolved.