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

ComponentsGetComponentByIdRequest

Example Usage

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

let value: ComponentsGetComponentByIdRequest = {
  statuspageID: "<id>",
  componentId: "<id>",
};

Fields

Field
Type
Required
Description

statuspageID

string

✔️

N/A

componentId

string

✔️

N/A

Last updated