[{"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

Update Defined Entity

Description

Update the defined entity with the unique identifier (URN)

Request

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/entities/{id}
Copy

Path Parameters

Path Parameters

string
id Required

Request Body

Request Body

DefinedEntity of type(s) application/json Required
{
    "name": "vspheresddc1"
}
map of object
entity Required

A JSON value representation. The JSON will be validated against the schema of the entityType that the entity is an instance of.


string
name Required

The name of the defined entity.


string
entityState Optional

The “entityState” field may have the following values: “PRE_CREATED”, “RESOLVED”, “RESOLUTION_ERROR”, “IN_DELETION”. Every entity is created in the “PRE_CREATED” state. Once an entity is ready to be validated against its schema, it will transition in another state - “RESOLVED”, if the entity is valid according to the schema, or “RESOLUTION_ERROR” otherwise. If an entity in an “RESOLUTION_ERROR” state is updated, it will transition to the initial “PRE_CREATED” state without performing any validation. If its in the “RESOLVED” state, then it will be validated against the entity type schema and throw an exception if its invalid. Once an entity is ready to be deleted, if any external resources need to be cleaned up, the entity deletion process can be set up into multiple stages. The entity will transition into state IN_DELETION when the finalization process starts and will be permanently deleted once it completes successfully. If the finalization is not successful, the entity will once it completes successfully. If the finalization is not successful, the entity will remain in IN_DELETION state.


string
entityType Optional

The URN ID of the defined entity type that the entity is an instance of. This is a read-only field.


string
externalId Optional

An external entity’s id that this entity may have a relation to.


string
id Optional

The id of the defined entity in URN format.


org Optional

The organization of the defined entity.


owner Optional

The owner of the defined entity.


string
state Optional

Every entity is created in the “PRE_CREATED” state. Once an entity is ready to be validated against its schema, it will transition in another state - RESOLVED, if the entity is valid according to the schema, or RESOLUTION_ERROR otherwise. If an entity in an “RESOLUTION_ERROR” state is updated, it will transition to the initial “PRE_CREATED” state without performing any validation. If its in the “RESOLVED” state, then it will be validated against the entity type schema and throw an exception if its invalid.

Possible values are: PRE_CREATEDRESOLVEDRESOLUTION_ERROR

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns DefinedEntity of type(s) application/json;version=37.2
{
    "entityType": "urn:vcloud:type:vmware.vspheresddc:1.0.0",
    "externalId": "123",
    "id": "urn:vcloud:entity:vmware.vspheresddc:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "vspheresddc1"
}
map of object
entity Required

A JSON value representation. The JSON will be validated against the schema of the entityType that the entity is an instance of.


string
name Required

The name of the defined entity.


string
entityState Optional

The “entityState” field may have the following values: “PRE_CREATED”, “RESOLVED”, “RESOLUTION_ERROR”, “IN_DELETION”. Every entity is created in the “PRE_CREATED” state. Once an entity is ready to be validated against its schema, it will transition in another state - “RESOLVED”, if the entity is valid according to the schema, or “RESOLUTION_ERROR” otherwise. If an entity in an “RESOLUTION_ERROR” state is updated, it will transition to the initial “PRE_CREATED” state without performing any validation. If its in the “RESOLVED” state, then it will be validated against the entity type schema and throw an exception if its invalid. Once an entity is ready to be deleted, if any external resources need to be cleaned up, the entity deletion process can be set up into multiple stages. The entity will transition into state IN_DELETION when the finalization process starts and will be permanently deleted once it completes successfully. If the finalization is not successful, the entity will once it completes successfully. If the finalization is not successful, the entity will remain in IN_DELETION state.


string
entityType Optional

The URN ID of the defined entity type that the entity is an instance of. This is a read-only field.


string
externalId Optional

An external entity’s id that this entity may have a relation to.


string
id Optional

The id of the defined entity in URN format.


org Optional

The organization of the defined entity.


owner Optional

The owner of the defined entity.


string
state Optional

Every entity is created in the “PRE_CREATED” state. Once an entity is ready to be validated against its schema, it will transition in another state - RESOLVED, if the entity is valid according to the schema, or RESOLUTION_ERROR otherwise. If an entity in an “RESOLUTION_ERROR” state is updated, it will transition to the initial “PRE_CREATED” state without performing any validation. If its in the “RESOLVED” state, then it will be validated against the entity type schema and throw an exception if its invalid.

Possible values are: PRE_CREATEDRESOLVEDRESOLUTION_ERROR


202 Accepted

The request have been accepted and the task to monitor the request is in the Location header.

Errors

Errors

Error
400

Invalid configuration.

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"entityType":"urn:vcloud:type:vmware.vspheresddc:1.0.0","externalId":"123","id":"urn:vcloud:entity:vmware.vspheresddc:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","name":"vspheresddc1"}' https://{api_host}/cloudapi/1.0.0/entities/{id}


[{"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
Feedback

Was this page helpful?