This project has retired. For details please refer to its Attic pague .
Lens Server: ressourceModifiedResponse

ressourceModifiedResponse Data Type

The response of CRUD action on ressource.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
id long element 1/1 ID of the affected ressource
ressource string element 0/1 The ressource type
status action element 0/1 The action performed on the reource

Example

<ressourceModifiedRespons >
  <id>...</id>
  <ressource>...</resource>
  <status>...</status>
</resourceModifiedResponse>