V3IncidentsPostmortemsPostmortemListResult
Represents a single result in the postmortem list response.
Example Usage
import { V3IncidentsPostmortemsPostmortemListResult } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsPostmortemsPostmortemListResult = {
id: "<id>",
organizationId: "<id>",
incidentId: "<id>",
postmortem: "<value>",
followUps: [],
createdAt: "1712186038147",
title: "<value>",
status: "under_review",
owner: {
id: "<id>",
type: "team",
},
accessControl: [
{
userId: "<id>",
abilities: {},
},
],
incidentMessage: "<value>",
incidentTimeOfCreation: "<value>",
serviceName: "<value>",
serviceId: "<id>",
alertSource: "<value>",
activeFollowUpsCount: 215720,
};Fields
Field
Type
Required
Description
id
string
✔️
N/A
organizationId
string
✔️
N/A
incidentId
string
✔️
N/A
postmortem
string
✔️
N/A
createdAt
string
✔️
N/A
title
string
✔️
N/A
attachments
string[]
➖
N/A
incidentMessage
string
✔️
N/A
incidentTimeOfCreation
string
✔️
N/A
serviceName
string
✔️
N/A
serviceId
string
✔️
N/A
alertSource
string
✔️
N/A
activeFollowUpsCount
number
✔️
N/A
PreviousV3IncidentsPostmortemsPostmortemFollowUp
NextV3IncidentsPostmortemsPostmortemListResultIncident
Last updated