Webhook Inputs
When you test a runbook
An automated workflow that executes a series of steps or tasks in response to a triggered event, such as the detection of anomalous behavior generating an incident, a lifecycle event, or a manually executed runbook. (using Execute a Test Run in the Runbook Editor) that uses a Webhook trigger
A set of one or more indicators that have been correlated based on certain relationships, such as time, metric type, application affected, location, or network device., the Inputs dialog appears, prompting you to provide inputs interactively that another application
An entity type representing software applications deployed in the customer environment that are monitored for performance and anomalies. will supply when the runbook executes in automated use. The test inputs are:
-
HTTP Request Body: Type a complex data object that defines the body structure of the inbound request. For example:
{
"test": "value"
} -
HTTP Request Headers: Type the inbound request headers. For example:
{
"ACCEPT": ["*/*"]
} -
HTTP Request URL: Type the inbound request path. For example:
www.riverbed.com -
HTTP Request Query Parameters: Type the inbound request query parameters. For example:
{
"my param": ["my.param.value"]
} -
Time: The default is Now.
-
Timeout (min): The default is five minutes.