cmd command to get status of Resource PC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-11-19 07:43 AM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-04-22 01:53 PM
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
------------------------------

- « Previous
-
- 1
- 2
- Next »