Health endpoints parameters
- Last UpdatedJun 12, 2026
- 2 minute read
- PI System
- Adapter for OPC UA 1.6
- Adapters
The following parameters are available for configuring Health endpoints.
Note: The authentication properties username/password and clientId/clientSecret are mutually exclusive. If neither property pair is specified, the adapter uses Negotiate authentication (Kerberos or NTLM) to connect to PI Web API endpoints.
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
id |
Optional |
string |
Uniquely identifies the endpoint. This can be any alphanumeric string. If left blank, a unique value is generated automatically. Allowed value: any string identifier |
|
endpoint |
Required |
string |
The URL of the OMF endpoint to receive this health data. Allowed value: well-formed http or https endpoint string |
|
username |
Optional for PI Web API endpoints |
string |
Username for Basic authentication to a PI Web API OMF endpoint. If omitted (and no client credentials are provided), the adapter uses Negotiate authentication (Kerberos or NTLM). Allowed value: any string |
|
password |
Optional for PI Web API endpoints |
string |
The password for Basic authentication to a PI Web API OMF endpoint. Must be provided if the username is specified. Allowed value: any string |
|
clientId |
Required for CONNECT data services endpoints |
string |
The client ID used for authentication with a CONNECT data services OMF endpoint. Allowed value: <any string> |
|
clientSecret |
Required for CONNECT data services endpoints |
string |
The client secret used for authentication with a CONNECT data services OMF endpoint. Allowed value: <any string> |
|
tokenEndpoint |
Optional for CONNECT data services endpoints |
string |
Retrieves a CONNECT data services token from an alternative endpoint. Allowed value: well-formed http or https endpoint string |
|
validateEndpointCertificate |
Optional |
boolean |
Disables verification of destination security certificate. Use for testing only with self-signed certificates; AVEVA recommends keeping this set to the default (true) in production environments. Allowed value: true or false |