circle-info
Squadcast is now SolarWinds Incident Response

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

status

✔️

Represents the status of a postmortem.

owner

✔️

Represents the RBAC owner of an entity.

accessControl

✔️

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

Last updated