Class: DatadogAPIClient::V2::StatusPageDataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/status_page_data_attributes.rb

Overview

The attributes of a status page.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



69
70
71
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 69

def additional_properties
  @additional_properties
end

#company_logoObject

Base64-encoded image data displayed on the status page.



25
26
27
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 25

def 
  @company_logo
end

#componentsObject

Components displayed on the status page.



28
29
30
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 28

def components
  @components
end

#created_atObject

Timestamp of when the status page was created.



31
32
33
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 31

def created_at
  @created_at
end

#custom_domainObject

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



34
35
36
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 34

def custom_domain
  @custom_domain
end

#custom_domain_enabledObject

Whether the custom domain is configured.



37
38
39
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 37

def custom_domain_enabled
  @custom_domain_enabled
end

#domain_prefixObject

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



40
41
42
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 40

def domain_prefix
  @domain_prefix
end

#email_header_imageObject

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



43
44
45
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 43

def email_header_image
  @email_header_image
end

#enabledObject

Whether the status page is enabled.



46
47
48
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 46

def enabled
  @enabled
end

#faviconObject

Base64-encoded image data displayed in the browser tab.



49
50
51
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 49

def favicon
  @favicon
end

#modified_atObject

Timestamp of when the status page was last modified.



52
53
54
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 52

def modified_at
  @modified_at
end

#nameObject

The name of the status page.



55
56
57
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 55

def name
  @name
end

#page_urlObject

The url that the status page is accessible at.



58
59
60
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 58

def page_url
  @page_url
end

#subscriptions_enabledObject

Whether users can subscribe to the status page.



61
62
63
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 61

def subscriptions_enabled
  @subscriptions_enabled
end

#typeObject

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



64
65
66
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 64

def type
  @type
end

#visualization_typeObject

The visualization type of the status page.



67
68
69
# File 'lib/datadog_api_client/v2/models/status_page_data_attributes.rb', line 67

def visualization_type
  @visualization_type
end