Updated a REST GET to a REST POST. Modified monitor to run the new API call with post but it did not work.
Running the query with same payload via Postman or Postman like tool (Bruno) and it is successful.
But when running it from ASM, it is giving errors.
Under Advanced "Http method" POST is selected.
"Custom HTTP request headers" also has values.
Error:
(-96) Checkpoint non-numeric status 'finished', full response: ''
N/A
Upgrade OPMS to new release 25.10 with following modifications after install:
Switch OPMS to use ccagent.
You can check this in the ASM UI on OPMS details.
The last entry should list ccagent.
If it is not there, this means that it is still using the cbot.
You can switch the cbot to ccagent.
You can get the Station ID from UI.
Via API:
Check what agent is using:
/stations/{id}
Get individual station details
Change the ID:
/stations/{agent}/{id}
Change the simple check agent to ccagent or cbot.