Class: DatadogAPIClient::V2::ServiceDefinitionV2
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ServiceDefinitionV2
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/service_definition_v2.rb
Overview
Service definition V2 for providing service metadata and integrations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#contacts ⇒ Object
A list of contacts related to the services.
-
#dd_service ⇒ Object
readonly
Unique identifier of the service.
-
#dd_team ⇒ Object
Experimental feature.
-
#docs ⇒ Object
A list of documentation related to the services.
-
#extensions ⇒ Object
Extensions to V2 schema.
-
#integrations ⇒ Object
Third party integrations that Datadog supports.
-
#links ⇒ Object
A list of links related to the services.
-
#repos ⇒ Object
A list of code repositories 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.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 57 def additional_properties @additional_properties end |
#contacts ⇒ Object
A list of contacts related to the services.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 25 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.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 28 def dd_service @dd_service end |
#dd_team ⇒ Object
Experimental feature. A Team handle that matches a Team in the Datadog Teams product.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 31 def dd_team @dd_team end |
#docs ⇒ Object
A list of documentation related to the services.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 34 def docs @docs end |
#extensions ⇒ Object
Extensions to V2 schema.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 37 def extensions @extensions end |
#integrations ⇒ Object
Third party integrations that Datadog supports.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 40 def integrations @integrations end |
#links ⇒ Object
A list of links related to the services.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 43 def links @links end |
#repos ⇒ Object
A list of code repositories related to the services.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 46 def repos @repos end |
#schema_version ⇒ Object
Schema version being used.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 49 def schema_version @schema_version end |
#tags ⇒ Object
A set of custom tags.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 52 def @tags end |
#team ⇒ Object
Team that owns the service.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/service_definition_v2.rb', line 55 def team @team end |