Get details of an event

get

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/events/{eventId}

Get the details of an event matching the ID

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Event
Details of an event
Match All
Show Source
Nested Schema : EventSummary
Type: object
Summary of an event
Show Source
Nested Schema : Event-allOf[1]
Type: object
Show Source
Nested Schema : nonTargetEntities
Type: array
Minimum Number of Items: 0
Unique Items Required: true
Entities other than targets which are affected by this event
Show Source
Nested Schema : targets
Type: array
Minimum Number of Items: 0
Unique Items Required: true
Targets affected by this incident
Show Source
Nested Schema : SourceEntity
Type: object
Details of an source entity
Show Source
Nested Schema : schema
Type: object
Target details
Show Source
Nested Schema : properties
Type: array
List of properties for an event
Show Source
Nested Schema : Property
Type: object
Generic property response
Show Source

400 Response

Bad Request
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top