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

ServicesCreateOrUpdateIAGConfigRequest

Example Usage

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

let value: ServicesCreateOrUpdateIAGConfigRequest = {
  serviceID: "<id>",
  v3ServicesIAGConfigRequest: {
    isEnabled: false,
    rollingWindowInMins: 755243,
  },
};

Fields

Field
Type
Required
Description

serviceID

string

✔️

N/A

v3ServicesIAGConfigRequest

✔️

N/A

Last updated