IOTA REST API [5.2.2]

IOTA REST API can be used to control the device and deploy automatic configuration.

When using these API remotely the expected URL should look like this:

https://<ip-address>/api/datasources/proxy/2/<api-call>

For example, if using curl, the request to read the current state of capture interfaces will look like:

curl -H "token: <token>" -H "Content-Type: application/json" -k -u user:password https://ip-address/api/datasources/proxy/2/interfaces