circle-info
Squadcast is now SolarWinds Incident Response

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