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

ComponentGroupsGetComponentGroupByIdResponse

The request has succeeded.

Example Usage

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

let value: ComponentGroupsGetComponentGroupByIdResponse = {
  data: {
    id: 638891,
    pageID: 396553,
    name: "<value>",
    allowSubscription: false,
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated