| Attributes | Elements | Operations | ||
|
Home Frames |
|
|
|
|
Attributes
| Attribute | Type | Required | Modifiable | Since | Description |
|---|---|---|---|---|---|
| href | anyURI | No | always | 1.5 | Contains the URI to the entity. |
| type | string | No | always | 1.5 | Contains the type of the entity. |
Elements
| Element | Type | Occurrence | Modifiable | Since | Description |
|---|---|---|---|---|---|
| VCloudExtension | VCloudExtensionType | 0..* | always | 1.5 | An optional extension element that can contain an arbitrary number of elements and attributes. |
| Link | LinkType | 0..* | none | 1.5 | Optional link to an entity or operation associated with this object. |
| AmqpHost | string | 1 | always | 1.5 | Hostname of the AMQP broker. |
| AmqpPort | int | 1 | always | 1.5 | Port of the AMQP broker. |
| AmqpUsername | string | 1 | always | 1.5 | Username for the AMQP broker. |
| AmqpPassword | string | 0..1 | always | 1.5 | Password for the AMQP broker. |
| AmqpExchange | string | 1 | always | 1.5 | AMQP exchange for publishing. |
| AmqpVHost | string | 1 | always | 1.5 | Virtual host for the AMQP broker. |
| AmqpUseSSL | boolean | 1 | always | 1.5 | Use SSL for communication with the AMQP broker. |
Operations
| CRUD | Operation | Description | Since |
|---|---|---|---|
| read | GET /admin/extension/settings/amqp | Retrieves the {@link AmqpSettings}. | 1.5 |
| as input | PUT /admin/extension/settings/amqp | Updates the {@link AmqpSettings}. | 1.5 |
| as input | POST /admin/extension/settings/amqp/action/test | Test AMQP settings. | 1.5 |
| Top of page | Attributes | Elements | Operations | |
|
Home Frames |
|
|
|
|