We are on SIS version 24.4
We are trying to perform REST API Monitor for a system that require dynamic token-based authentication and the token retrieved is required in the HTTP Request, How to perform this procedure?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
We are on SIS version 24.4
We are trying to perform REST API Monitor for a system that require dynamic token-based authentication and the token retrieved is required in the HTTP Request, How to perform this procedure?
Hello Farah, we recommend to check the section for dynamic token based authentication for this monitor on the documentation: REST API Monitor - SiteScope
In there, the section for Query parameters mentions the following:
Token Query parameters to be passed through the HTTP request. You must add Query parameters one per line as name=value pairs.
The maximum number of accepted characters is 256.
As I understand it, you need to pass the obtained token through the HTTP request, which is what the section Query Parameters does. Following the instructions for the documentation, this is the box in which you would want to add the token.