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.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/entities/{id}/resolve
COPY
Path Parameters
string
id
Required
id
string
id
Required
id
Responses
200
OK
Returns EntityState of type(s) application/json;version=36.3
{
"id": "urn:vcloud:entity:vmware.vspheresddc:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"state": "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
message
Optional
The error message(s), if the entity could not be resolved.
Availability
Added in 35.0
Defined Entity Operations
POST
Create Defined Entity
POST
Create Metadata Entry
DELETE
Delete Defined Entity
DELETE
Delete Metadata Entry
GET
Get Defined Entities By Entity Type
GET
Get Defined Entities By Interface
GET
Get Defined Entity
GET
Get Metadata
GET
Get Metadata Entry
GET
Get Metadata File Content
POST
Resolve Defined Entity
PUT
Update Defined Entity
PUT
Update Metadata Entry