Skip to content

Update an HTTP-monitor mapping on a status page.

PUT
/status_page/{status_page_id}/http_job/{http_job_id}
curl --request PUT \
--url https://api.siteqwality.com/status_page/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/http_job/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "friendly_name": "example", "sla_target_percentage": 1 }'
status_page_id
required
string format: uuid

Status page identifier

http_job_id
required
string format: uuid

HTTP monitor identifier

Media type application/json
object
friendly_name
required
string
sla_target_percentage

SLA target percentage (e.g. 99.9). Send null to clear.

number | null format: double
Example generated
{
"friendly_name": "example",
"sla_target_percentage": 1
}

Mapping updated

Invalid request body

Missing or invalid authentication

Mapping not found

Internal server error