/testSourceEndpoint
Last updated
Last updated
This feature allows you to validate the endpoint connection against the effective server (for some protocols like WITSML, OPC, ModBus) behind the LiveRig Collector using the remote control API.
Please note that it is necessary to replace the term "environment" with the correct address before using the API.
POST
https://environment.com/services/plugin-liverig/collectors/testSourceEndpoint
Test a source endpoint. Currently supports all server mode protocols, and WITSML, Modus and WITS in client mode.
Name | Type | Description |
---|---|---|
qualifier* | string | Collector qualifier |
instance* | string | Collector instance |
Name | Type | Description |
---|---|---|
Content-type* | string | application/json |
Name | Type | Description |
---|---|---|
source* | json | Basic information about how to connect to the source endpoint. See examples below. |