create_incident_publication
Publish an existing internal incident to a status page using a customer-facing title templated from the page, keeping internal check names private.
Instructions
Publish an EXISTING internal incident onto a status page. The public title is templated from the page's own public resource name — the incident's internal title, which is built from the check slug, is never exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional customer-facing title; templated from the page when omitted. | |
| severity | No | Public badge severity. Allowed: "minor", "major", "critical". | |
| incidentUid | Yes | UID of the internal monitoring incident. | |
| pageIdentifier | Yes | UID or URL-friendly slug of the status page to publish on. |