API-Endpunkt:
https://uptimeworld.com/api/v1/monitors
Anfragebeispiel:
curl --location --request GET 'https://uptimeworld.com/api/v1/monitors' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
für Name, url
für URL. Standardmässig: name
.status_page_id
sort_by
id
für Erstellungsdatum, name
für Name, url
für URL. Standardmässig: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardmässig: desc
.per_page
10
, 25
, 50
, 100
. Standardmässig: 10
.API-Endpunkt:
https://uptimeworld.com/api/v1/monitors/{id}
Anfragebeispiel:
curl --location --request GET 'https://uptimeworld.com/api/v1/monitors/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://uptimeworld.com/api/v1/monitors
Anfragebeispiel:
curl --location --request POST 'https://uptimeworld.com/api/v1/monitors' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'url={url}'
name
url
interval
60
, 180
, 300
, 600
, 900
, 1800
, 3600
.ssl_alert_days
0
, 1
, 2
, 3
, 7
, 14
, 30
, 60
.maintenance_start_at
Y-m-d H:i
Format.maintenance_end_at
Y-m-d H:i
Format.alerts[index][key]
email
für Email, webhook
für Webhook, slack
für Slack, teams
für Microsoft Teams, discord
für Discord, flock
für Flock, sms
für SMS.alerts[index][value]
API-Endpunkt:
https://uptimeworld.com/api/v1/monitors/{id}
Anfragebeispiel:
curl --location --request PUT 'https://uptimeworld.com/api/v1/monitors/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
name
url
interval
60
, 180
, 300
, 600
, 900
, 1800
, 3600
.ssl_alert_days
0
, 1
, 2
, 3
, 7
, 14
, 30
, 60
.maintenance_start_at
Y-m-d H:i
Format.maintenance_end_at
Y-m-d H:i
Format.alerts[index][key]
email
für Email, webhook
für Webhook, slack
für Slack, teams
für Microsoft Teams, discord
für Discord, flock
für Flock, sms
für SMS.alerts[index][value]
paused
API-Endpunkt:
https://uptimeworld.com/api/v1/monitors/{id}
Anfragebeispiel:
curl --location --request DELETE 'https://uptimeworld.com/api/v1/monitors/{id}' \ --header 'Authorization: Bearer {api_key}'