library
turbot/uptimerobot
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
friendly_namestringYesThe friendly name of the Monitor.-
monitor_idnumberYesThe ID of the monitor to be edited.-
urlstringYesThe URL/IP of the monitor.-

Outputs

NameDescription
monitorThe updated monitor details.