Service: Health
| This API is officially released and maintained. |
The health service provides methods to monitor the instant operational status of the detector module
| Method | Request | Response |
|---|---|---|
HealthWatchResponseStream |
Get
Returns the current health status of the detector module
Response
Response message for get health request.
| Field | Type | Default | Unit |
|---|---|---|---|
health |
- |
- |
|
Please refer to [data.Health] |
|||
Watch
Can be used to attach to the health monitoring status information of the detector module
Response Stream
Response message for watch health request.
| Field | Type | Default | Unit |
|---|---|---|---|
health |
- |
- |
|
Please refer to [data.Health] |
|||