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

ComponentsUpdateComponentByIdRequest

Example Usage

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

let value: ComponentsUpdateComponentByIdRequest = {
  statuspageID: "<id>",
  componentId: "<id>",
  v4StatusPagesComponentsUpdateComponentByIdRequest: {
    name: "<value>",
  },
};

Fields

Field
Type
Required
Description

statuspageID

string

✔️

N/A

componentId

string

✔️

N/A

v4StatusPagesComponentsUpdateComponentByIdRequest

✔️

N/A

Last updated