Hello,
Your first command is missing the ampersand:
curl -X GET -k -J -o toto.zip -H "Token:49e133011b72b4a34e2d9b129cfe2b20d77e1653" "https://gmorillo1:9081/restapi/v2/audit_snapshot?startdate=2024-07-13&enddate=2024-10-11t=Comment+with+space"
A correct way:
curl -X GET -k -J -o toto.zip -H "Token:49e133011b72b4a34e2d9b129cfe2b20d77e1653" "https://gmorillo1:9081/restapi/v2/audit_snapshot?startdate=2024-07-13&enddate=2024-10-11&comment=blah...blah"
Nevertheless, that should not be a 'The page you were looking for doesn't exist' root cause...
Perhaps there is some proxy (HTTP) on the way... which 'malforms' the HTTP packets.
You need to look into ILMT Server's tema.log for any erroneous HTTP GET requests reported at the time of curl run.
I've just realized the we'd missed to add a corresponding log entries for any successful & unsuccessful 'audit snapshots through REST API' request.
To be fixed in the next release....
------------------------------
Thank you,
Oktawian
Oktawian Powązka, L3 Support
IBM License Metric Tool
------------------------------