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
Error response
Show Source
-
code(required): string
A short error code that defines the error, meant for programmatic parsing
-
message(required): string
A human-readable error string
500 Response
internal error serving the request
Root Schema : ErrorResponse
Type:
object
Error response
Show Source
-
code(required): string
A short error code that defines the error, meant for programmatic parsing
-
message(required): string
A human-readable error string
503 Response
indicates that a required service is not available.
Root Schema : ErrorResponse
Type:
object
Error response
Show Source
-
code(required): string
A short error code that defines the error, meant for programmatic parsing
-
message(required): string
A human-readable error string