Automated Diagnostics
Automated Diagnostics
SaaS & Internal Application APIs
A very common type of diagnostic job is to query an API as a way of measuring application or system health.
This could be a common SaaS API or might be querying the API of an internal application.
In either case, this is accomplished by using the HTTP Request workflow step, which can send an http request and trigger further steps based on the response code.
Whatever data is returned by the http step can be used in later steps in a workflow through the use of custom variables.
This plugin is very customizable to accommodate whatever is needed, including various authentication methods and support for proxy settings.
In addition to the HTTP Request Plugin, APIs can be queried using commands such as curl
using the Command Step: