Explore documentation
Response attributes
Response parameters
Namespace data
Parameter | Type | Values |
---|---|---|
id |
String | ID of the status page resource. |
type |
String | status_page_resource |
attributes |
Object | Attributes object. See below. |
attributes.status_page_section_id |
Integer | ID of the section this status page resource resides in. |
attributes.resource_id |
Integer | ID of the resource on which is the status page resource pointing. E.g.: the ID of the monitor. |
attributes.resource_type |
String | Type of the resource on which is the status page resource pointing (e.g.: Monitor) Available values: Monitor , MonitorGroup , Heartbeat , HeartbeatGroup , WebhookIntegration , EmailIntegration , IncomingWebhook , ResourceGroup , LogsChart , CatalogReference . |
attributes.public_name |
String | The resource name displayed publicly on your status page. |
attributes.explanation |
String | A detailed text displayed as a help icon. |
attributes.history (deprecated) |
Boolean | DEPRECATED Do you want to show the incident history for this item? Default: true . Please use the widget_type for this setting. |
attributes.widget_type |
String | 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 for Monitor or LogsChart .chart_only - Shows just the chart. Only for LogsChart . |
attributes.position |
Integer | 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. |
attributes.availability |
Double (Decimal number) | Takes on a the percentage value of a resource's availability. |
attributes.status |
String | The current status of the resource. Can be one of not_monitored (when the underlying monitor is paused), operational , maintenance , degraded , or downtime . |
attributes.status_history.[] |
StatusHistory | Array of history objects. See the StatusHistory section below for attribute details. |
StatusHistory
Parameter | Type | Values |
---|---|---|
day |
String | Single day. In YYYY-MM-DD format. |
status |
String | Status during this day. |
downtime_duration |
Integer | The duration of downtime in seconds. |
maintenance_duration |
Integer | The duration of maintenance in seconds. |