Resolve Defined Entity

Resolve Defined Entity
Validates the defined entity against the entity type schema.

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EntityState of type(s) application/json;version=9.1.0
{
    "id": "urn:vcloud:entity:vmware.vspheresddc:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "entity": {
        "entity": {}
    },
    "state": "string",
    "entityState": "string",
    "message": "string"
}

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [{"type":"Modern"}]
                
Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/entities/{id}/resolve