Hierarchy

  • StatusPagesApi

Constructors

Properties

configuration: Configuration
requestFactory: StatusPagesApiRequestFactory
responseProcessor: StatusPagesApiResponseProcessor

Methods

  • Publishes a status page. For pages of type public, makes the status page available on the public internet and requires the status_pages_public_page_publish permission. For pages of type internal, makes the status page available under the status-pages/$domain_prefix/view route within the Datadog organization and requires the status_pages_internal_page_publish permission. The status_pages_settings_write permission is temporarily honored as we migrate publishing functionality from the update status page endpoint to the publish status page endpoint.

    Parameters

    Returns Promise<void>

  • Unpublishes a status page. For pages of type public, removes the status page from the public internet and requires the status_pages_public_page_publish permission. For pages of type internal, removes the status-pages/$domain_prefix/view route from the Datadog organization and requires the status_pages_internal_page_publish permission. The status_pages_settings_write permission is temporarily honored as we migrate unpublishing functionality from the update status page endpoint to the unpublish status page endpoint.

    Parameters

    Returns Promise<void>

Generated using TypeDoc