circle-info
Squadcast is now SolarWinds Incident Response

PostmortemsCreatePostmortemRequest

Example Usage

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

let value: PostmortemsCreatePostmortemRequest = {
  incidentID: "<id>",
  v3IncidentsPostmortemsCreatePostmortemRequest: {
    ownerId: "<id>",
    title: "<value>",
    postmortem: "<value>",
    status: "published",
    followUps: [],
    attachments: [
      {},
    ],
  },
};

Fields

Field
Type
Required
Description

incidentID

string

✔️

N/A

v3IncidentsPostmortemsCreatePostmortemRequest

✔️

N/A

Last updated