Waterlinked
Water Linked is a provider of underwater positioning and navigation systems for tracking subsea vehicles and equipment.
- Base URL:
http://demo.waterlinked.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
about_apiversion— GET /api/ — ApiVersion aboutabout_get— GET /api/v1/about — Get aboutabout_led— GET /api/v1/about/led — LED aboutabout_status— GET /api/v1/about/status — Status aboutabout_temperature— GET /api/v1/about/temperature — Temperature aboutconfig_getantennaconfig— GET /api/v1/config/antenna — GetAntennaConfig config
Inputs
apiKey— your waterlinked API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: about_apiversion
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: about_apiversion, about_get, about_led, about_status, about_temperature, config_getantennaconfig |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |