Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3IncidentsSnoozeDetails

Details about incident snoozing.

Example Usage

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

let value: V3IncidentsSnoozeDetails = {
  isSnoozed: true,
  startTime: new Date("2024-03-21T01:57:51.433Z"),
  endTime: new Date("2024-06-18T16:20:39.249Z"),
  totalTimeInMins: 67401,
};

Fields

Field
Type
Required
Description

isSnoozed

boolean

✔️

N/A

startTime

Date

✔️

N/A

endTime

Date

✔️

N/A

totalTimeInMins

number

✔️

N/A

Last updated