I'm trying to get ansible plugin work with PMP but I've a problem...
Ansible plugin issues two api requests apparently:
(1) https://<URL>/restapi/json/v1/resources/getResourceIdAccountId?APP_AUTHTOKEN=<TOKEN>&APP_NAME=Ansible&RESOURCENAME=<RESOURCE_NAME>&ACCOUNTNAME=root
which returns RESOURCEID and ACCOUNTID. This one works fine.
But the second call:
(2) https://<URL>/restapi/json/v1/resources/getResourceAccountDetails?APP_AUTHTOKEN=<TOKEN>&APP_NAME=Ansible&RESOURCEID=45022&ACCOUNTID=48640
which (in my case) fails with HTTP/400
Any idea why...?