circle-info
Squadcast is now SolarWinds Incident Response

V4StatusPagesCreateStatusPageResponse

Example Usage

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

let value: V4StatusPagesCreateStatusPageResponse = {
  id: 385451,
  organizationID: "<id>",
  name: "<value>",
  isPublic: false,
  timezone: "Europe/Istanbul",
  domainName: "eminent-academics.org",
  contactEmail: "<value>",
  allowComponentsSubscription: false,
  allowMaintenanceSubscription: true,
  allowWebhookSubscription: true,
  ownerType: "<value>",
  ownerID: "<id>",
  teamID: "<id>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

organizationID

string

✔️

N/A

name

string

✔️

N/A

isPublic

boolean

✔️

N/A

timezone

string

✔️

N/A

description

string

N/A

domainName

string

✔️

N/A

contactEmail

string

✔️

N/A

allowComponentsSubscription

boolean

✔️

N/A

allowMaintenanceSubscription

boolean

✔️

N/A

allowWebhookSubscription

boolean

✔️

N/A

ownerType

string

✔️

N/A

ownerID

string

✔️

N/A

teamID

string

✔️

N/A

Last updated