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

V4StatusPagesStatusPageStatus

Example Usage

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

let value: V4StatusPagesStatusPageStatus = {
  id: 817364,
  name: "<value>",
  color: "purple",
  slug: "<value>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

name

string

✔️

N/A

color

string

✔️

N/A

slug

string

✔️

N/A

Last updated