GET api/coreplatformstate/health?criticalSystemCheck={criticalSystemCheck}&agencyId={agencyId}
Gets core platform master health status, returns 200 if everything is fine and 500 if a system is down. Processes this core platform state API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| criticalSystemCheck |
When this is true the endpoint will run a check of critical systems, default is false. |
boolean |
Default value is False |
| agencyId |
Include an agency Id to check the database nodes for that agency. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.