Hi All,
I want to build a custom application for the license utilization (Not allocation) of each tenants, can I get the UiPath Orchestrator API method to get the license utilization.
Hi All,
I want to build a custom application for the license utilization (Not allocation) of each tenants, can I get the UiPath Orchestrator API method to get the license utilization.
have a quick check on swagger for the below endpoints
use f12 tools from Browser Webtools and refer to the network recordings, often we get some hints from this
I dont think robot usage is available directly
It is a combinnation of robots end point to get the robots and then jobs end point to fetch the runtime of the robots for eqch job and then do computation on top of it…you can try the same logic…on jobs you can use filter with robots and get individual robot runtime
Cheers
I am trying to invoke the below API using C#, your insights on this will help me.
https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/api/stats/GetLicenseStats?tenantId={_tenantId}&days=7
are you facing any issue? first try with postman
I hope yours is a cloud orchestrator as per the call mentioned
cheers
Yes for Postman need to know what is the payload to be passed.
Its a get call no body pyload is needed
Only headers for authorization and add the required filters in uri itself
Try on swagger first it will give you curl which can be directly used
Cheers
Getting exception in Postman
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.