library
turbot/uptimerobot
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.uptimerobot | Yes | Name of UptimeRobot connection to use. If not provided, the default UptimeRobot connection will be used. | connection.uptimerobot.default |
friendly_name | string | Yes | The friendly name of the Monitor. | - |
monitor_id | number | Yes | The ID of the monitor to be edited. | - |
url | string | Yes | The URL/IP of the monitor. | - |
Outputs
Name | Description |
---|---|
monitor | The updated monitor details. |