Is there an API method to list the probes of a specific robot?
DX UIM 20.4.* / 23.4
It is possible to list the probes under a certain robot using the UIMAPI controller callback type of request.
This is achieved with one of the probe calls:
/uimapi/probes/{domain}/{hub}/{robot}/{probe}/callback/{callback}
Example Request URL:
http://##.##.###.##:80/uimapi/probes/domain_name/hub_name/robotname/controller/callback/probe_list
From the response body that is returned, extract the /pds/entry/name property to get the names of all the probes under the specified robot.