V4StatusPagesStatusPage
Example Usage
import { V4StatusPagesStatusPage } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4StatusPagesStatusPage = {
id: 129937,
name: "<value>",
isPublic: false,
domainName: "coarse-extension.com",
timezone: "America/Recife",
logoUrl: "https://antique-verve.info",
components: [
{
id: 3519,
name: "<value>",
},
],
isCustomDomainEnabled: false,
isCustomARecordVerified: true,
isCustomTxtVerified: false,
txtRecord: "<value>",
aRecord: "<value>",
subscribersCount: 433885,
status: {
id: 646316,
name: "<value>",
color: "pink",
slug: "<value>",
},
underMaintenance: false,
statusMaintenance: {
id: 378296,
name: "<value>",
color: "green",
slug: "<value>",
},
ownerType: "<value>",
ownerID: "<id>",
};Fields
Field
Type
Required
Description
id
number
✔️
N/A
name
string
✔️
N/A
isPublic
boolean
✔️
N/A
domainName
string
✔️
N/A
customDomainName
string
➖
N/A
timezone
string
✔️
N/A
logoUrl
string
✔️
N/A
isCustomDomainEnabled
boolean
✔️
N/A
isCustomARecordVerified
boolean
✔️
N/A
isCustomTxtVerified
boolean
✔️
N/A
txtRecord
string
✔️
N/A
aRecord
string
✔️
N/A
subscribersCount
number
✔️
N/A
underMaintenance
boolean
✔️
N/A
ownerType
string
✔️
N/A
ownerID
string
✔️
N/A
Last updated