Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot2
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ServiceDefinitionV2Dot2
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb
 
Overview
Service definition v2.2 for providing service metadata and integrations.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #application  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier for a group of related services serving a product feature, which the service is a part of.
 - 
  
    
      #ci_pipeline_fingerprints  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of CI fingerprints.
 - 
  
    
      #contacts  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of contacts related to the services.
 - 
  
    
      #dd_service  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Unique identifier of the service.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A short description of the service.
 - 
  
    
      #extensions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Extensions to v2.2 schema.
 - 
  
    
      #integrations  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Third party integrations that Datadog supports.
 - 
  
    
      #languages  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service’s programming language.
 - 
  
    
      #lifecycle  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current life cycle phase of the service.
 - 
  
    
      #links  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of links related to the services.
 - 
  
    
      #schema_version  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Schema version being used.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of custom tags.
 - 
  
    
      #team  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Team that owns the service.
 - 
  
    
      #tier  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Importance of the service.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of service.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      69 70 71  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 69 def additional_properties @additional_properties end  | 
  
#application ⇒ Object
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_dot2.rb', line 25 def application @application end  | 
  
#ci_pipeline_fingerprints ⇒ Object
A set of CI fingerprints.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 28 def ci_pipeline_fingerprints @ci_pipeline_fingerprints end  | 
  
#contacts ⇒ Object
A list of contacts related to the services.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 31 def contacts @contacts end  | 
  
#dd_service ⇒ Object
Unique identifier of the service. Must be unique across all services and is used to match with a service in Datadog.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 34 def dd_service @dd_service end  | 
  
#description ⇒ Object
A short description of the service.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 37 def description @description end  | 
  
#extensions ⇒ Object
Extensions to v2.2 schema.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 40 def extensions @extensions end  | 
  
#integrations ⇒ Object
Third party integrations that Datadog supports.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 43 def integrations @integrations end  | 
  
#languages ⇒ Object
The service’s programming language. Datadog recognizes the following languages: ‘dotnet`, `go`, `java`, `js`, `php`, `python`, `ruby`, and `c++`.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 46 def languages @languages end  | 
  
#lifecycle ⇒ Object
The current life cycle phase of the service.
      49 50 51  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 49 def lifecycle @lifecycle end  | 
  
#links ⇒ Object
A list of links related to the services.
      52 53 54  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 52 def links @links end  | 
  
#schema_version ⇒ Object
Schema version being used.
      55 56 57  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 55 def schema_version @schema_version end  | 
  
#tags ⇒ Object
A set of custom tags.
      58 59 60  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 58 def @tags end  | 
  
#team ⇒ Object
Team that owns the service. It is used to locate a team defined in Datadog Teams if it exists.
      61 62 63  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 61 def team @team end  | 
  
#tier ⇒ Object
Importance of the service.
      64 65 66  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 64 def tier @tier end  | 
  
#type ⇒ Object
The type of service.
      67 68 69  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb', line 67 def type @type end  |