the token generation procedure is as follows:
1- Enter the API documentation page (https://<hostname>/api/v2/) on the appliance to be monitored, choose the “Login” API and click Try it out
2- Enter the username and password of an administrative user who can log in to the appliance. If the user has two-factor authentication enabled enter the OTP code as well, otherwise remove the field. Example without OTP code:
{
“username”:”<username>”
“password”: “<password>”
}
Example with otp code:
{
“username”:”<username>”
“password”: “<password>”,
“otp”:”<otp code>”
}
3- Click execute
4- You will get a response JSON with the authentication token. The json will have this form:
{
“username”:”<username”>,
“token”:”<token>”
}
5- Copy the token and enter it into the appliance configuration on the ISP instance monitor.