-
PANDORA API-ACCESS
Sure! Here’s a reformulation of your situation in English:
<hr>
Issue with Accessing the Pandora FMS API Interface
I am unable to access the API interface for Pandora FMS through the link
http://192.168.122.1/pandora_console/include/api.php
due to an authentication error.I also cannot run the following command successfully:
BEARER="Authorization: Bearer xxx" # Replace with your token
URL="http://192.168.1.100/pandora_console/include/api.php" # Replace with your IP or domain
API_QUERY="/api/v1/agent" # Replace with the API call you wish to make
curl -k -H "$BEARER" "$URL$API_QUERY" && echo ""
What should I do, please?