I'm trying to automate getting the NAS queue information in order to see when the NAS queue is queuing up too much.
Which item is the "Queued" column?
Release : 20.3+
Component : UIM - API
'inq' would represent what is queued up.
The following will get you there in Swagger:
POST/probes/{domain}/{hub}/{robot}/{probe}/callback2/{callback}/{timeout}
example curl:
curl -X POST "https://operatorconsolemachine/uimapi/probes/your_domain/your_hub/yourrobot/hub/callback2/list_subscribers/30" -H "accept: application/xml" -H "Content-Type: application/json" -d "{\"timeout\":30,\"arguments\":[]}"