Getting information about UIM queued data via callback
search cancel

Getting information about UIM queued data via callback

book

Article ID: 248193

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

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?

Environment

Release : 20.3+

Component : UIM - API

Resolution

'inq' would represent what is queued up.

The following will get you there in Swagger:

POST/probes/{domain}/{hub}/{robot}/{probe}/callback2/{callback}/{timeout}

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=mALeJusGni+DrHdoZC49QQ==

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\":[]}"