Health endpoints REST URLs
- Last UpdatedNov 10, 2025
- 2 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following is a list of available REST URLs:
|
HTTP verb |
Relative URL |
Action |
|---|---|---|
|
|
api/v1/configuration/system/healthEndpoints |
Gets all configured Health endpoints. |
|
|
api/v1/configuration/system/healthEndpoints |
Deletes all configured Health endpoints. |
|
|
api/v1/configuration/system/healthEndpoints |
Adds an array of Health endpoints or a single endpoint. Fails if any endpoint already exists. |
|
|
api/v1/configuration/system/healthEndpoints |
Replaces all Health endpoints. Note: Requires an array of endpoints. |
|
|
api/v1/configuration/system/healthEndpoints |
Allows partial updating of configured Health endpoints. Note: The request must be an array containing one or more Health endpoints. Each Health endpoint in the array must include its Id. |
|
|
api/v1/configuration/system/healthEndpoints/Id |
Gets configured Health endpoint by Id. |
|
|
api/v1/configuration/system/healthEndpoints/Id |
Deletes configured Health endpoint by Id. |
|
|
api/v1/configuration/system/healthEndpoints/Id |
Updates or creates a new Health endpoint with the specified Id. |
|
|
api/v1/configuration/system/healthEndpoints/Id |
Allows partial updating of configured Health endpoint by Id. |
Note: Replace Id with the Id of the Health endpoint.




