Get Heath Check
get
/api/v1/aia/sg/call-summary/summaries/healthcheck
Check the health of the system.
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
Successful Response
Root Schema : ResourceHealthChecks
Type:
objectTitle:
Show Source
ResourceHealthChecks-
resources_health(required): array
Resources Health
Title:
Resources HealthThe list of resources and corresponding health status of those resources.
Nested Schema : Resources Health
Type:
arrayTitle:
Resources HealthThe list of resources and corresponding health status of those resources.
Show Source
-
Array of:
object ResourceHealth
Title:
ResourceHealth
Nested Schema : ResourceHealth
Type:
objectTitle:
Show Source
ResourceHealth-
resource(required): string
Title:
ResourceThe name of the resource that the application connects to. -
status(required): string
Title:
StatusThe health of the resource -
time_sec(required): number
Title:
Time SecThe time expressed in seconds for the healthStatus endpoint to run a full health check and return a response.