Create Defined Entity
DescriptionCreates a defined entity based on the entity type (URN).
Request
URLURL
Path Parameters
Path Parameters
Request Body
{
"name": "vspheresddc1"
}
A JSON value representation. The JSON will be validated against the schema of the entityType that the entity is an instance of.
The name of the defined entity.
The URN ID of the defined entity type that the entity is an instance of. This is a read-only field.
An external entity’s id that this entity may have a relation to.
The id of the defined entity in URN format.
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 inital “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_CREATED , RESOLVED , RESOLUTION_ERROR
Authentication
Errors
Invalid configuration.