All healthcheck properties are defined within the healthcheck object in theItential Platform service instance configuration for the adapter. The healthcheck request itself is defined by a healthcheck action in the .system entity at adapter/xyz/entities/.system/action.json.
The healthcheck endpoint defaults to /healthcheck in many adapters, but this may not be the best endpoint for your system. Determine an appropriate endpoint and configure it before relying on healthchecks.
This example runs a healthcheck every five minutes against GET /api/rest/v2.3/getSystemStatus with a mytest=hello query parameter.
entities/.system/action.json)