Rest API - Action start & end time

The link I posted was REST API, contacting the BES Server and retrieving that information on the action status.

Replace https://localhost:52311 with your BES Server, and action/399/status with one of your action IDs.

This sample result shows that Action 399 is expired, was issued on May 4 2015 at 1:09:51, and that on computer id “TINTIN” it completed with exit code 0, running from May 4 2015 from 1:11:16 until 1:11:57.
I did a check on one of my own actions, and retrieved similar status from each reported client.

And yes, you can definitely query REST via PowerShell, have a look at https://developer.bigfix.com

1 Like