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

SquadsGetSquadByIdRequest

Example Usage

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

let value: SquadsGetSquadByIdRequest = {
  squadID: "<id>",
};

Fields

Field
Type
Required
Description

squadID

string

✔️

N/A

Last updated