The attributes of a status page.

Hierarchy

  • StatusPageAsIncludedAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
companyLogo?: string

The base64-encoded image data displayed in the company logo.

Components displayed on the status page.

createdAt?: Date

Timestamp of when the status page was created.

customDomain?: string

If configured, the url that the status page is accessible at.

customDomainEnabled?: boolean

Whether the custom domain is configured.

domainPrefix?: string

The subdomain of the status page's url taking the form https://{domain_prefix}.statuspage.datadoghq.com. Globally unique across Datadog Status Pages.

emailHeaderImage?: string

Base64-encoded image data included in email notifications sent to status page subscribers.

enabled?: boolean

Whether the status page is enabled.

favicon?: string

Base64-encoded image data displayed in the browser tab.

modifiedAt?: Date

Timestamp of when the status page was last modified.

name?: string

The name of the status page.

pageUrl?: string

The url that the status page is accessible at.

subscriptionsEnabled?: boolean

Whether users can subscribe to the status page.

The type of the status page controlling how the status page is accessed.

The visualization type of the status page.

Generated using TypeDoc