circle-info
Squadcast is now SolarWinds Incident Response

V4StatusPagesCreateStatusPageRequest

Example Usage

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

let value: V4StatusPagesCreateStatusPageRequest = {
  name: "<value>",
  domainName: "dull-draft.org",
  logoUrl: "https://well-made-brief.com",
  timezone: "Asia/Yerevan",
  teamID: "<id>",
  contactEmail: "<value>",
  ownerType: "squad",
  ownerID: "<id>",
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

description

string

N/A

isPublic

boolean

N/A

domainName

string

✔️

N/A

customDomainName

string

N/A

logoUrl

string

✔️

N/A

timezone

string

✔️

N/A

teamID

string

✔️

N/A

contactEmail

string

✔️

N/A

allowWebhookSubscription

boolean

N/A

allowComponentsSubscription

boolean

N/A

allowMaintenanceSubscription

boolean

N/A

ownerID

string

✔️

N/A

Last updated