/events/{eventId}
GET
Available Since: 4.0
Retrieve a specific event.
Parameters
name | description | type | default |
---|---|---|---|
eventId | The ID of the event to retrieve. | path | |
detail | Add additional detail information to the returned event. If this parameter is provided, the only valid value is "threshold" which will return additional detail information related to a threshold state change. | query |
Response Body
result: | event |
media types: | application/xml application/json |
The matching Event.
Status Codes
code | description |
---|---|
200 OK | Success |
400 Bad Request | Invalid parameter |
500 Internal Server Error | Internal error |
404 Not Found | Event not found |