List event notification subscriptions (GET /v1.0/{tenantId}/eventnotifications)
Lists information for all event notification subscriptions.
Request URI
{tenantID}
Project ID of the owner of the instance
| Data Type | Cardinality |
|---|---|
| String | 1..1 |
Request Parameters
limit
Number of elements to display
20 to 100
Default:20
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| Integer | 0..1 | None | None |
marker
A pagination token used to establish the starting point for retrieving the list.
Note: Specify the ID or name of the last element returned in the previous list.
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String | 0..1 | None | None |
Response Headers
Status
Returns the status of the request.
- 401:
- unauthorized
- 403:
- forbidden
- 500:
- instanceFault
- 501:
- notImplemented
- 503:
- serviceUnavailable
- 504:
- gatewayTimeout
| Data Type | Cardinality |
|---|---|
| Int | 1.1 |
Response Elements
EventSubscription
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| None | id name enabled eventCategoriesList sourceIdsList sourceType status created |
id
ID of event notification subscription
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String |
name
Name of event notification subscription
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String |
enabled
Flag indicating whether notification is enabled
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| Boolean |
eventCategoriesList
List of event categories to notify
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String list |
sourceIdsList
List of resource IDs that will be the event source to notify
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String list |
sourceType
Type of resource that will be the event source
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String |
status
Status of event notification subscription
creating | modifying | deleting | active |
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String |
created
The creation date and time
| Data Type | Cardinality | Parent Element | Child Element(s) |
|---|---|---|---|
| String |