Multiple EndPoint configuration
- Last UpdatedNov 05, 2024
- 1 minute read
Multiple endpoints may be configured for the interface. Here is an example of a config file with multiple endpoints configured:
EndPointType=CONNECT
Endpoint=connect-endpoint.com/api/v1/Tenants/<TenantID>/Namespaces/<Name>/omf
TokenEndpoint=token-endpoint.com/identity/connect/token
ClientID=myClientId
ClientSecret=myClientSecret
EndPointType=PIWEBAPI
EndPoint=https://test-node1/piwebapi/omf
User= EnterpriseDomain\PI_Admin_User
Password=456Password@@@!
EndPointType=PIWebAPI
EndPoint=https://test-node2/piwebapi/omf
TokenEndPoint=https://token-endpoint/identitymanager/connect/token
ClientID=my-client-id
ClientSecret=-my-client-secret