PAGERDUTY_CREATE_OR_UPDATE_STATUS_PAGE_POSTMORTEM
Creates or updates a postmortem for a specific status page post in PagerDuty. This endpoint allows you to add detailed analysis and insights about an incident after its resolution. The postmortem can include rich-text content and offers the option to notify subscribers. Use this when you need to provide a comprehensive review of an incident, its root causes, and lessons learned. It's particularly useful for maintaining transparency and improving incident response processes. Note that the postmortem is limited to 10,000 characters and is always associated with an existing status page post.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"post_id": {
"type": "string",
"title": "Post Id",
"description": "The ID of the Status Page Post."
},
"postmortem__type": {
"enum": [
"status_page_post_postmortem"
],
"type": "string",
"title": "Postmortem Type",
"default": "status_page_post_postmortem",
"description": "The type of the object returned by the API - in this case, a Status Page Post Postmortem. "
},
"postmortem__message": {
"type": "string",
"title": "Postmortem Message",
"description": "The message of the Postmortem (supports Rich-Text)."
},
"postmortem__post__id": {
"type": "string",
"title": "Postmortem Post Id",
"description": "Status page post unique identifier"
},
"postmortem__post__type": {
"type": "string",
"title": "Postmortem Post Type",
"description": "A string that determines the schema of the object."
},
"postmortem__notify__subscribers": {
"type": "boolean",
"title": "Postmortem Notify Subscribers",
"description": "Whether or not subscribers of the Status Page should be notified about the Postmortem. "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty