/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 | Success | 
| 400 | Invalid parameter | 
| 500 | Internal error | 
| 404 | Event not found |