URL parameters
The ID of your status page
The resource you want to update
Headers
Bearer $TOKEN
application/json
Body parameters
The ID of the section which should contain this resource. When omitted, defaults to the first section on the status page.
What widget to display for this resource. Expects one of four values:
plain- Only display status.history- Display detailed historical status.response_times- Add a response times chart. Only forMonitororLogsChart.chart_only- Shows just the chart. Only forLogsChart.
This takes preference over history when both parameters are present.
The ID of the resource you are adding
The type of the resource you are adding. Available values: Monitor, MonitorGroup, Heartbeat, HeartbeatGroup, WebhookIntegration, EmailIntegration, IncomingWebhook, ResourceGroup, LogsChart, CatalogReference
The resource name displayed publicly on your status page.
A detailed text displayed as a help icon.
The position of this resource on your status page, indexed from zero. If you don't specify a position, we add the resource to the end of the status page. When you specify a position of an existing resource, we add the resource to this position and shift resources below to accommodate.
How the resource status is affected when an incident occurs. Possible values: any_incident, no_incident, incident_matching_metadata. Defaults to any_incident.
A rule to match incident metadata. Required when mark_as_down_for is incident_matching_metadata. The rule is a JSON object with key and values fields. See the metadata API response params for details about metadata value attributes.
How the resource status is affected when an incident occurs. Possible values: any_incident, no_incident, incident_matching_metadata. Defaults to no_incident.
A rule to match incident metadata. Required when mark_as_degraded_for is incident_matching_metadata. The rule is a JSON object with key and values fields. See the metadata API response params for details about metadata value attributes.
If set to true, position reorders will be prevented.