Skip to content

Commit a4644f5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 20279f4 of spec repo
1 parent 95d53e3 commit a4644f5

File tree

8 files changed

+20
-10
lines changed

8 files changed

+20
-10
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "f2ae7eb",
3-
"generated": "2025-07-17 19:53:16.203"
2+
"spec_repo_commit": "20279f4",
3+
"generated": "2025-07-18 10:22:50.343"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13911,14 +13911,21 @@ components:
1391113911
type: string
1391213912
type: object
1391313913
EntityV3APIVersion:
13914-
description: The schema version of entity type. The field is known as schema-version
13915-
in the previous version.
13914+
description: The version of the schema data that was used to populate this entity's
13915+
data. This could be via the API, Terraform, or YAML file in a repository.
13916+
The field is known as schema-version in the previous version.
1391613917
enum:
1391713918
- v3
13919+
- v2.2
13920+
- v2.1
13921+
- v2
1391813922
example: v3
1391913923
type: string
1392013924
x-enum-varnames:
1392113925
- V3
13926+
- V2_2
13927+
- V2_1
13928+
- V2
1392213929
EntityV3DatadogCodeLocationItem:
1392313930
additionalProperties: false
1392413931
description: Code location item.

lib/datadog_api_client/v2/models/entity_v3_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
class EntityV3API
2222
include BaseGenericModel
2323

24-
# The schema version of entity type. The field is known as schema-version in the previous version.
24+
# The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2525
attr_reader :api_version
2626

2727
# Datadog product integrations for the API entity.

lib/datadog_api_client/v2/models/entity_v3_api_version.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V2
20-
# The schema version of entity type. The field is known as schema-version in the previous version.
20+
# The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2121
class EntityV3APIVersion
2222
include BaseEnumModel
2323

2424
V3 = "v3".freeze
25+
V2_2 = "v2.2".freeze
26+
V2_1 = "v2.1".freeze
27+
V2 = "v2".freeze
2528
end
2629
end

lib/datadog_api_client/v2/models/entity_v3_datastore.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
class EntityV3Datastore
2222
include BaseGenericModel
2323

24-
# The schema version of entity type. The field is known as schema-version in the previous version.
24+
# The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2525
attr_reader :api_version
2626

2727
# Datadog product integrations for the datastore entity.

lib/datadog_api_client/v2/models/entity_v3_queue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
class EntityV3Queue
2222
include BaseGenericModel
2323

24-
# The schema version of entity type. The field is known as schema-version in the previous version.
24+
# The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2525
attr_reader :api_version
2626

2727
# Datadog product integrations for the datastore entity.

lib/datadog_api_client/v2/models/entity_v3_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
class EntityV3Service
2222
include BaseGenericModel
2323

24-
# The schema version of entity type. The field is known as schema-version in the previous version.
24+
# The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2525
attr_reader :api_version
2626

2727
# Datadog product integrations for the service entity.

lib/datadog_api_client/v2/models/entity_v3_system.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
class EntityV3System
2222
include BaseGenericModel
2323

24-
# The schema version of entity type. The field is known as schema-version in the previous version.
24+
# The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2525
attr_reader :api_version
2626

2727
# Datadog product integrations for the service entity.

0 commit comments

Comments
 (0)