Can you trigger a health check through the API?

We have a maintenance script that is resetting some offline tentacles. Can I use the API to trigger a health check?

If not will this be part of your API focused 2.0?

Hi Trevor,

Currently no. You could write a script to reproduce the HTTP POST request that happens when you click the check health button in the environments page.

For version 2.0 this will definitely be supported (in fact we already have a passing automated API test to do it).

Paul

Thanks Paul. A simple PowerShell Invoke-WebRequest POST to the URL does the trick for now.