Health endpoints examples
- Last UpdatedApr 16, 2025
- 1 minute read
- PI System
- Adapter for OPC UA 1.6
- Adapters
The following are examples of valid Health endpoints configurations:
CONNECT data services endpoint
[
{
"id": "CONNECT data services",
"endpoint": "https://<CONNECT data services OMF endpoint>",
"clientId": "<clientId>",
"clientSecret": "<clientSecret>"
}
]
PI Web API endpoint
[
{
"id": "PI Web API",
"endpoint": "https://<pi web api server>:<port>/piwebapi/omf/",
"username": "<username>",
"password": "<password>"
}
]
Note: When you use an adapter with a PI Web API Health endpoint, the AF structure is required. If the elements are deleted, the adapter recreates the elements; if the account used to authenticate to the PI Web API has its permissions removed on the AF Server, the adapter retries sending health data to the PI Web API until the permissions are restored.