circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsPostmortemsCreatePostmortemRequest

Request body for creating a new postmortem.

Example Usage

import { V3IncidentsPostmortemsCreatePostmortemRequest } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsPostmortemsCreatePostmortemRequest = {
  ownerId: "<id>",
  title: "<value>",
  postmortem: "<value>",
  status: "under_review",
  followUps: [],
  attachments: [
    {},
  ],
};

Fields

Field
Type
Required
Description

ownerId

string

✔️

N/A

title

string

✔️

N/A

postmortem

string

✔️

N/A

status

✔️

Represents the status of a postmortem.

Last updated