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.
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
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.