Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot1

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

Overview

Service definition v2.1 for providing service metadata and integrations.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#applicationObject

Identifier for a group of related services serving a product feature, which the service is a part of.



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

def application
  @application
end

#contactsObject

A list of contacts related to the services.



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

def contacts
  @contacts
end

#dd_serviceObject

Unique identifier of the service. Must be unique across all services and is used to match with a service in Datadog.



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

def dd_service
  @dd_service
end

#descriptionObject

A short description of the service.



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

def description
  @description
end

#extensionsObject

Extensions to v2.1 schema.



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

def extensions
  @extensions
end

#integrationsObject

Third party integrations that Datadog supports.



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

def integrations
  @integrations
end

#lifecycleObject

The current life cycle phase of the service.



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

def lifecycle
  @lifecycle
end

A list of links related to the services.



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

def links
  @links
end

#schema_versionObject

Schema version being used.



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

def schema_version
  @schema_version
end

#tagsObject

A set of custom tags.



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

def tags
  @tags
end

#teamObject

Team that owns the service. It is used to locate a team defined in Datadog Teams if it exists.



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

def team
  @team
end

#tierObject

Importance of the service.



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

def tier
  @tier
end