Skip to content

Latest commit

 

History

History
53 lines (50 loc) · 3.38 KB

Page.md

File metadata and controls

53 lines (50 loc) · 3.38 KB

# Page

Properties

Name Type Description Notes
id string Page identifier [optional]
created_at \DateTime Timestamp the record was created [optional]
updated_at \DateTime Timestamp the record was last updated [optional]
name string Name of your page to be displayed [optional]
page_description string [optional]
headline string [optional]
branding string The main template your statuspage will use [optional]
subdomain string Subdomain at which to access your status page [optional]
domain string CNAME alias for your status page [optional]
url string Website of your page. Clicking on your statuspage image will link here. [optional]
support_url string [optional]
hidden_from_search bool Should your page hide itself from search engines [optional]
allow_page_subscribers bool Can your users subscribe to all notifications on the page [optional]
allow_incident_subscribers bool Can your users subscribe to notifications for a single incident [optional]
allow_email_subscribers bool Can your users choose to receive notifications via email [optional]
allow_sms_subscribers bool Can your users choose to receive notifications via SMS [optional]
allow_rss_atom_feeds bool Can your users choose to access incident feeds via RSS/Atom (not functional on Audience-Specific pages) [optional]
allow_webhook_subscribers bool Can your users choose to receive notifications via Webhooks [optional]
notifications_from_email string Allows you to customize the email address your page notifications come from [optional]
notifications_email_footer string Allows you to customize the footer appearing on your notification emails. Accepts Markdown for formatting [optional]
activity_score float [optional]
twitter_username string [optional]
viewers_must_be_team_members bool [optional]
ip_restrictions string [optional]
city string [optional]
state string [optional]
country string [optional]
time_zone string Timezone configured for your page [optional]
css_body_background_color string CSS Color [optional]
css_font_color string CSS Color [optional]
css_light_font_color string CSS Color [optional]
css_greens string CSS Color [optional]
css_yellows string CSS Color [optional]
css_oranges string CSS Color [optional]
css_blues string CSS Color [optional]
css_reds string CSS Color [optional]
css_border_color string CSS Color [optional]
css_graph_color string CSS Color [optional]
css_link_color string CSS Color [optional]
css_no_data string CSS Color [optional]
favicon_logo string [optional]
transactional_logo string [optional]
hero_cover string [optional]
email_logo string [optional]
twitter_logo string [optional]

[Back to Model list] [Back to API list] [Back to README]