This project has retired. For details please refer to its Attic page.
Lens Server: resourceModifiedResponse

resourceModifiedResponse Data Type

The response of CRUD action on resource.

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

Example

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