Skip to main content

Create a HTTP Runbook

Overview

HTTP Runbooks in Motadata AIOps provide a versatile tool for executing actions on monitors using the HTTP protocol, particularly beneficial in scenarios where triggering actions on an API under specific conditions is required. This can be important for interacting with various devices and platforms like Ruckus devices, VMware, and any platform providing API endpoints, enabling automated interactions and data retrieval through API calls, in turn enhancing the automation and response mechanism in your IT environment.

Go to Menu, Select Settings . After that, Go to Plugin Library . Select Runbook. The Runbook screen is now displayed.

Select to start creating a Runbook. Select HTTP to create a HTTP Runbook.

HTTP Runbook Configuration

The HTTP Runbook creation screen presents various parameters to define the runbook's functionality and assign it to monitors or groups. Here’s a detailed breakdown of each parameter:

FieldDescription
Runbook NameAssign a logical and unique name that identifies the task performed by the runbook.
Monitor/Group/IP-HostSelect Monitor, Group, IP/Host based on the device to which you want to assign the runbook.
Select MonitorSelect desired monitor from the 'Monitors' dropdown if you want to assign the Runbook to an individual monitor.
Select GroupSelect desired group from the 'Groups' dropdown if you want to assign the Runbook to a group of monitors.
Select IP/HostSpecify the IP/Host if you want to assign the Runbook to a device that is not discovered in Motadata AIOps as a Monitor.
Credential ProfileSelect the credential profile from the dropdown to enable the Runbook to access and perform tasks on the monitor securely.
Create Credential ProfileSelect this option if you need to create a new credential profile.
URL EndpointSpecify the URL Endpoint where the HTTP request will be sent.
URL TypeSelect the type of connection (HTTP/HTTPS) for which you want to create the Runbook.
URL MethodSelect the method (GET/POST) for which you want to create this Runbook.
JSON URLSelect whether the URL is a JSON URL or not.
URL ContentEnter a keyword to search within the page mapped to the URL.
Add ParameterAdd any additional parameters required for the API call.
Add HeaderSpecify any additional header information required for the API call.
Script LanguageSpecify the language(Go or Python) you want use to write the parsing script.
Parsing ScriptWrite the script to parse the output derived from the API call.
Add VariableAdd a variable if required in the parsing script.

Click on Test option to validate the credential profile against the selected monitor.

Click on the Create Runbook Plugin to create the Runbook ensuring all parameters are defined as per your requirements. Note that this option becomes available only after successful testing.

Click on the Reset option to clear all input fields.