Skip to main content
Solved

Trying to access A360 WLM Queues through AAControl room API , Not Found response

  • 9 January 2024
  • 1 reply
  • 51 views

Hi ,

I am trying to get the list of WLM queues present in A360 control using this below AA Control API post method -

List of queues POST URL - 
 http://<your_control_room_url>/v2/wlm/queues/list

I am replacing the above uRL with my A360 Dev control room and also added the authorization token under header→ X-Authorization key .

When I am running this API URL , its always return below response although I have created few Test queues in A360 dev control room .

Not found

 

Authorization token used perfectly for the  dev APIs , but its not returning any result ,

             

1 reply

Userlevel 6
Badge +15

Hi @AmitavaR104611 ,

I believe you have missed to update the request body

Please check out below link,

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/wlm-api-supported.html

Reply