I believe we are still working on the official documentation.
However, the attached should be enough to get started.
There are only four API commands currently:
- login
- logout
- run-clish-command
- generate-report
A couple other notes:
- The API runs on port 4434 by default
- It uses the 'web-api' context by default (the regular Management API uses web_api).
Which means if you're using mgmt_cli to execute API commands, you'd be executing something like:
mgmt_cli --port 4434 -m 192.168.1.1 --context web-api login
Hope that helps.