circle-info
Squadcast is now SolarWinds Incident Response

PostmortemsGetAllPostmortemsRequest

Example Usage

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

let value: PostmortemsGetAllPostmortemsRequest = {
  fromDate: "<value>",
  toDate: "<value>",
  ownerId: "<id>",
  limit: 187814,
};

Fields

Field
Type
Required
Description

fromDate

string

✔️

Provide date in RFC3339 format

toDate

string

✔️

Provide date in RFC3339 format

ownerId

string

✔️

Here owner_id represents team_id

limit

number

✔️

N/A

Last updated