cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Identify Resource State(Online/Offline) and Run Process on Resource

MayurGangrade
Level 4
Hello All, Is there any way to determine programmatically whether the given BluePrism resource is online or offline. And if it is online then execute a particular process on that resource. Thank You.  
4 REPLIES 4

John__Carter
Staff
Staff
You could try the HTTP API, it has commands such as Ping, and Busy where the resource replies Pong and Yes/No. See in-product Help for details.

MayurGangrade
Level 4
Thanks for the reply. I am not able to run the Ping or Busy from command line. What is the correct format or how to use these commands?    

John__Carter
Staff
Staff
The HTTP API is not the same as the command line API and each has different capabilities.

MayurGangrade
Level 4
Hello John,   Could you kindly give me an idea how could I consume ""Ping"" and ""Busy""? Thank You.