cancel
Showing results for 
Search instead for 
Did you mean: 

cmd command to get status of Resource PC

KalpeshGujrati
Level 4
Hi,

I want to get the status details of the resource PC. So check the help tab of BP and found using "Busy" we get the status. But I am not able to understand how to use it.

Can someone please help me with the complete command.

C:\Program Files\Blue Prism Limited\Blue Prism Automate>automate.exe /resourcepc busy

------------------------------
Kalpesh Gujrati
Consultant
EY India
Asia/Kolkata
------------------------------
10 REPLIES 10

Vikash011
Staff
Staff

Hi,

We can also try to access either of the below URL through browser to know the status:

1. http://resource:8181/user%20name%20BPUSERNAME&password%20BPPASSWORD&status
2. http://resource:8181/user%20name%20BPUSERNAME&password%20BPPASSWORD&busy
3. http://resource:8181/user%20name%20BPUSERNAME&password%20BPPASSWORD&availability

Through PowerShell Please use below:

Invoke-WebRequest -Uri "http://resource:8181/user%20name%20BPUSERNAME&password%20BPPASSWORD&status"

Note: BPUSERAME and BPPASSWORD are the credentials with which you login to BluePrism.



------------------------------
Vikash Anand
Application Development Team Lead
Accenture
------------------------------