create_status_page_incident
Publish a customer-facing incident on a status page with title, state, severity, and optional Markdown details.
Instructions
Publish a hand-written incident on a status page. The title and body are shown to CUSTOMERS: never paste probe output, error strings, internal hostnames or IPs into them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Initial public state (default "investigating"). Allowed: "investigating", "identified", "monitoring", "resolved". | |
| title | Yes | Customer-facing title (required), e.g. "Payments API is degraded". | |
| severity | No | Public badge severity. Allowed: "minor", "major", "critical". | |
| incidentUid | No | Optional UID of the internal incident this publication tracks. | |
| bodyMarkdown | No | Optional first narrative entry, in Markdown. | |
| pageIdentifier | Yes | Status page UID or URL-friendly slug, e.g. "public". |