library
turbot/uptimerobot
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Edit Monitor

Edit a monitor.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run uptimerobot.pipeline.edit_monitor \
--arg 'friendly_name=<string>' \
--arg 'monitor_id=<number>' \
--arg 'url=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = uptimerobot.pipeline.edit_monitor
args = {
friendly_name = <string>
monitor_id = <number>
url = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.uptimerobot
YesName of UptimeRobot connection to use. If not provided, the default UptimeRobot connection will be used.connection.uptimerobot.default
friendly_name
string
YesThe friendly name of the Monitor.-
monitor_id
number
YesThe ID of the monitor to be edited.-
url
string
YesThe URL/IP of the monitor.-

Outputs

NameDescription
monitorThe updated monitor details.