Expand description

Operations with entities

Structs§

  • A request to create a new manageable entity.
  • If the request was successful then the statusCode MUST be 201 (Created) and the body of the message MUST consist of an amqp-value section that contains a map containing the actual attributes of the entity created. These MAY differ from those requested in two ways:
  • The response to a Delete request.
  • The response to a Read request.
  • If the request was successful then the statusCode MUST contain 200 (OK) and the body of the message MUST consists of an amqp-value section containing a map of the actual attributes of the entity updated. These MAY differ from those requested.

Enums§

Traits§

  • The Create operation is used to create a new Manageable Entity.
  • A trait for handling Delete request on a Manageable Entity.
  • Operations that can be performed on a manageable entity
  • A trait for handling Read request on a Manageable Entity.
  • A trait for handling Update request on a Manageable Entity.