Class: DatadogAPIClient::V2::CreateStatusPageRequestDataAttributes

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

Overview

The supported attributes for creating 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.



54
55
56
# File 'lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb', line 54

def additional_properties
  @additional_properties
end

#company_logoObject

The base64-encoded image data displayed on the status page.



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

def 
  @company_logo
end

#componentsObject

The components displayed on the status page.



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

def components
  @components
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.



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

def domain_prefix
  @domain_prefix
end

#email_header_imageObject

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



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

def email_header_image
  @email_header_image
end

#enabledObject

Whether the status page is enabled.



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

def enabled
  @enabled
end

#faviconObject

Base64-encoded image data displayed in the browser tab.



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

def favicon
  @favicon
end

#nameObject

The name of the status page.



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

def name
  @name
end

#subscriptions_enabledObject

Whether users can subscribe to the status page.



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

def subscriptions_enabled
  @subscriptions_enabled
end

#typeObject

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



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

def type
  @type
end

#visualization_typeObject

The visualization type of the status page.



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

def visualization_type
  @visualization_type
end