Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Adapter for RDBMS

Health endpoints REST URLs

  • Last UpdatedNov 10, 2025
  • 2 minute read

The following is a list of available REST URLs:

HTTP verb

Relative URL

Action

GET

api/v1/configuration/system/healthEndpoints

Gets all configured Health endpoints.

DELETE

api/v1/configuration/system/healthEndpoints

Deletes all configured Health endpoints.

POST

api/v1/configuration/system/healthEndpoints

Adds an array of Health endpoints or a single endpoint. Fails if any endpoint already exists.

PUT

api/v1/configuration/system/healthEndpoints

Replaces all Health endpoints.

Note: Requires an array of endpoints.

PATCH

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.

GET

api/v1/configuration/system/healthEndpoints/Id

Gets configured Health endpoint by Id.

DELETE

api/v1/configuration/system/healthEndpoints/Id

Deletes configured Health endpoint by Id.

PUT

api/v1/configuration/system/healthEndpoints/Id

Updates or creates a new Health endpoint with the specified Id.

PATCH

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.

TitleResults for “How to create a CRG?”Also Available in