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

V3IncidentsAnalyticsMetrics

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

Example Usage

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

let value: V3IncidentsAnalyticsMetrics = {
  time: 741790,
  userId: "<id>",
  escalationPolicyId: "<id>",
  squadId: "<id>",
};

Fields

Field
Type
Required
Description

time

number

✔️

N/A

userId

string

✔️

N/A

escalationPolicyId

string

✔️

N/A

squadId

string

✔️

N/A

Last updated