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

V3IncidentsAnalytics

Incident analytics data.

Example Usage

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

let value: V3IncidentsAnalytics = {
  tta: {
    time: 689328,
    userId: "<id>",
    escalationPolicyId: "<id>",
    squadId: "<id>",
  },
  ttr: {
    time: 61853,
    userId: "<id>",
    escalationPolicyId: "<id>",
    squadId: "<id>",
  },
};

Fields

Field
Type
Required
Description

tta

✔️

Analytics metrics for TTA (Time to Acknowledge) and TTR (Time to Resolve).

ttr

✔️

Analytics metrics for TTA (Time to Acknowledge) and TTR (Time to Resolve).

Last updated