Blackout statistics
get
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/dashboard
This API returns the statistics about blackouts
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : BlackoutDashboard
Type:
object
Various statistics about blackouts.
Show Source
-
totalActiveBlackouts: integer
Total number of active blackouts.Example:
12
-
totalFailedBlackouts: integer
Total number of failed blackouts.Example:
23
-
totalFutureBlackouts: integer
Total number of blackouts scheduled for future.Example:
15
-
totalTargetsInActiveBlackout: integer
Total number of targets which are in an active blackout.Example:
40
-
totalTargetsInBlackout: integer
Total number of targets which are member of an active or scheduled blackout.Example:
75
401 Response
Client is not authenticated.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
500 Response
Internal error serving the request.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported
503 Response
Indicates that a required service is not available.
Root Schema : ErrorResponse
Type:
object
Response sent back in the case of an error.
Show Source
-
code: string
Status code of the error.Example:
IllegalArgument
-
message: string
A descriptive error message.Example:
argument given is not supported