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

V3AnalyticsAnalyticsResponse

Example Usage

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

let value: V3AnalyticsAnalyticsResponse = {
  mtta: 9158.51,
  mttr: 6732.17,
};

Fields

Field
Type
Required
Description

mtta

number

✔️

N/A

mttr

number

✔️

N/A

Last updated