From 3f2ab1c5943de7d8bd129553041ce6db9b6e76f3 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 12:16:16 +0000 Subject: [PATCH] Regenerate client from commit c520a0fb of spec repo (#1087) Co-authored-by: ci.datadog-api-spec --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 6 +++--- lib/datadog_api_client/v2/models/http_log_item.rb | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 800b9fea9f03..0038e0e53221 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.4", - "regenerated": "2022-10-05 17:41:24.726803", - "spec_repo_commit": "a0867244" + "regenerated": "2022-10-06 09:26:40.283387", + "spec_repo_commit": "c520a0fb" }, "v2": { "apigentools_version": "1.6.4", - "regenerated": "2022-10-05 17:41:24.740345", - "spec_repo_commit": "a0867244" + "regenerated": "2022-10-06 09:26:40.298994", + "spec_repo_commit": "c520a0fb" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index dead562ef1fb..209cca456721 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -2001,7 +2001,7 @@ components: When it matches an integration name, Datadog automatically installs the corresponding parsers and facets. - See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).' + See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).' example: nginx type: string ddtags: @@ -2013,7 +2013,7 @@ components: example: i-012345678 type: string message: - description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes) + description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes) of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry. @@ -2029,7 +2029,7 @@ components: It is used to switch from Logs to APM, so make sure you define the same value when you use both products. - See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).' + See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).' example: payment type: string required: diff --git a/lib/datadog_api_client/v2/models/http_log_item.rb b/lib/datadog_api_client/v2/models/http_log_item.rb index ae7ace486251..02c7fbacc05d 100644 --- a/lib/datadog_api_client/v2/models/http_log_item.rb +++ b/lib/datadog_api_client/v2/models/http_log_item.rb @@ -27,7 +27,7 @@ class HTTPLogItem # The integration name associated with your log: the technology from which the log originated. # When it matches an integration name, Datadog automatically installs the corresponding parsers and facets. - # See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes). + # See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes). attr_accessor :ddsource # Tags associated with your logs. @@ -36,14 +36,14 @@ class HTTPLogItem # The name of the originating host of the log. attr_accessor :hostname - # The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes) + # The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes) # of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry. # That value is then highlighted and displayed in the Logstream, where it is indexed for full text search. attr_accessor :message # The name of the application or service generating the log events. # It is used to switch from Logs to APM, so make sure you define the same value when you use both products. - # See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes). + # See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes). attr_accessor :service attr_accessor :additional_properties