NotificationType

Element:
Notification
Type:
NotificationType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
vCloud Director AMQP notification in XML format. This notification format has been deprecated in favor of a JSON format. It might be removed in a future release.
Since:
5.1
Deprecated:
5.1
Schema:
notification.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<Notification xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" type="xs:string" eventId="xs:string">
    <vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <vcloud_v1.5:EntityLink id="xs:string" type="xs:string" name="xs:string" rel="xs:string"/>
    <Timestamp> xs:dateTime </Timestamp>
    <OperationSuccess> xs:boolean </OperationSuccess>
</Notification>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
type string Yes 5.1 The type of the notification. A string of the form com/vmware/vcloud/event/object-type/event-type.
eventId string Yes 5.1 A unique identifier for the event.

Elements

Element Type Required Modifiable Since Deprecated Description
EntityLink EntityLinkType No none 5.1 Contains a reference to the entity associated with the notification.
Link LinkType No 5.1
OperationSuccess boolean Yes 5.1 True if the notification refers to a successful operation.
Timestamp dateTime Yes 5.1 Timestamp applied when the notification was posted.
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.