Robot Utilization for each robot

Hello everyone, i have the orchestrator on premise an i need to get the utilization percentage of each robot i have. i don’t have insights or API. please can anyone help me

@mohamed.saty2012

apis would be present by default

please use swagger

your <orchestrator url>/swagger/index.html

cheers

thanks for reply, i have opened the Swagger, but how is this going to help me get the utilization percentage for each robot

@mohamed.saty2012

checks stats it would have some stats related data

also each robot consumption might not be available directly

you might need to use multiple apis like get jobs and then check which users /robots are associated with jobs and then prepare a dashboard

api gives a way to expose that data

cheers

Hi @mohamed.saty2012

Please check below post.

Few apis are discussed in there , please see if this helps. In the thread, responses from different apis are also shown.

Regards
Sonali

sorry for asking but is there a SQL query that i can run can give me data i can calculate the utilization percentage with for example data that shows robot name, item queue, actual running time number of item and date for last 3 or 4 moths.

Hi @mohamed.saty2012

There is no ready made query for same, however, you could try and create one per your requirement.

Other alternatives would be using apis or insights for same.