[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Resolve Defined Entity
DescriptionValidates 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
URLURL
https://{api_host}/cloudapi/1.0.0/entities/{id}/resolve
Path Parameters
Path Parameters
string
id
Required
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
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"
}
map of
object
entity
Optional
A JSON entity. This entity will be validated against the provided entityType.
string
id
Optional
The id of the defined entity in URN format.
string
message
Optional
The error message(s), if the entity could not be resolved.
string
state
Optional
The current state of the entity
Possible values are: RESOLVED , RESOLUTION_ERROR
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST https://{api_host}/cloudapi/1.0.0/entities/{id}/resolve
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Defined Entity Operations
post
Create Metadata Entry
Changed
delete
delete
Delete Metadata Entry
Changed
get
get
Get Metadata File Content
Introduced
put
Update Metadata Entry
Changed