Skip to content

Commit 22e265b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0cc5bc19 of spec repo
1 parent f069934 commit 22e265b

File tree

8 files changed

+22
-12
lines changed

8 files changed

+22
-12
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-07-07 12:19:27.135140",
8-
"spec_repo_commit": "fa2473ca"
7+
"regenerated": "2025-07-07 13:54:13.220664",
8+
"spec_repo_commit": "0cc5bc19"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-07 12:19:27.153492",
13-
"spec_repo_commit": "fa2473ca"
12+
"regenerated": "2025-07-07 13:54:13.237044",
13+
"spec_repo_commit": "0cc5bc19"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13623,14 +13623,21 @@ components:
1362313623
type: string
1362413624
type: object
1362513625
EntityV3APIVersion:
13626-
description: The schema version of entity type. The field is known as schema-version
13627-
in the previous version.
13626+
description: The version of the schema data that was used to populate this entity's
13627+
data. This could be via the API, Terraform, or YAML file in a repository.
13628+
The field is known as schema-version in the previous version.
1362813629
enum:
1362913630
- v3
13631+
- v2.2
13632+
- v2.1
13633+
- v2
1363013634
example: v3
1363113635
type: string
1363213636
x-enum-varnames:
1363313637
- V3
13638+
- V2_2
13639+
- V2_1
13640+
- V2
1363413641
EntityV3DatadogCodeLocationItem:
1363513642
additionalProperties: false
1363613643
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)