Skip to content

Commit 5d89b32

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c5b3557c of spec repo
1 parent 0cba2f6 commit 5d89b32

File tree

8 files changed

+26
-13
lines changed

8 files changed

+26
-13
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-09 16:47:28.707448",
8-
"spec_repo_commit": "d0906173"
7+
"regenerated": "2025-07-09 18:04:08.603330",
8+
"spec_repo_commit": "c5b3557c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-09 16:47:28.725222",
13-
"spec_repo_commit": "d0906173"
12+
"regenerated": "2025-07-09 18:04:08.740455",
13+
"spec_repo_commit": "c5b3557c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13624,14 +13624,21 @@ components:
1362413624
type: string
1362513625
type: object
1362613626
EntityV3APIVersion:
13627-
description: The schema version of entity type. The field is known as schema-version
13628-
in the previous version.
13627+
description: The version of the schema data that was used to populate this entity's
13628+
data. This could be via the API, Terraform, or YAML file in a repository.
13629+
The field is known as schema-version in the previous version.
1362913630
enum:
1363013631
- v3
13632+
- v2.2
13633+
- v2.1
13634+
- v2
1363113635
example: v3
1363213636
type: string
1363313637
x-enum-varnames:
1363413638
- V3
13639+
- V2_2
13640+
- V2_1
13641+
- V2
1363513642
EntityV3DatadogCodeLocationItem:
1363613643
additionalProperties: false
1363713644
description: Code location item.

api/datadogV2/model_entity_v3_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// EntityV3API Schema for API entities.
1414
type EntityV3API struct {
15-
// The schema version of entity type. The field is known as schema-version in the previous version.
15+
// 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.
1616
ApiVersion EntityV3APIVersion `json:"apiVersion"`
1717
// Datadog product integrations for the API entity.
1818
Datadog *EntityV3APIDatadog `json:"datadog,omitempty"`

api/datadogV2/model_entity_v3_api_version.go

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@ import (
1010
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
1111
)
1212

13-
// EntityV3APIVersion The schema version of entity type. The field is known as schema-version in the previous version.
13+
// EntityV3APIVersion 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.
1414
type EntityV3APIVersion string
1515

1616
// List of EntityV3APIVersion.
1717
const (
18-
ENTITYV3APIVERSION_V3 EntityV3APIVersion = "v3"
18+
ENTITYV3APIVERSION_V3 EntityV3APIVersion = "v3"
19+
ENTITYV3APIVERSION_V2_2 EntityV3APIVersion = "v2.2"
20+
ENTITYV3APIVERSION_V2_1 EntityV3APIVersion = "v2.1"
21+
ENTITYV3APIVERSION_V2 EntityV3APIVersion = "v2"
1922
)
2023

2124
var allowedEntityV3APIVersionEnumValues = []EntityV3APIVersion{
2225
ENTITYV3APIVERSION_V3,
26+
ENTITYV3APIVERSION_V2_2,
27+
ENTITYV3APIVERSION_V2_1,
28+
ENTITYV3APIVERSION_V2,
2329
}
2430

2531
// GetAllowedValues reeturns the list of possible values.

api/datadogV2/model_entity_v3_datastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// EntityV3Datastore Schema for datastore entities.
1414
type EntityV3Datastore struct {
15-
// The schema version of entity type. The field is known as schema-version in the previous version.
15+
// 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.
1616
ApiVersion EntityV3APIVersion `json:"apiVersion"`
1717
// Datadog product integrations for the datastore entity.
1818
Datadog *EntityV3DatastoreDatadog `json:"datadog,omitempty"`

api/datadogV2/model_entity_v3_queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// EntityV3Queue Schema for queue entities.
1414
type EntityV3Queue struct {
15-
// The schema version of entity type. The field is known as schema-version in the previous version.
15+
// 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.
1616
ApiVersion EntityV3APIVersion `json:"apiVersion"`
1717
// Datadog product integrations for the datastore entity.
1818
Datadog *EntityV3QueueDatadog `json:"datadog,omitempty"`

api/datadogV2/model_entity_v3_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// EntityV3Service Schema for service entities.
1414
type EntityV3Service struct {
15-
// The schema version of entity type. The field is known as schema-version in the previous version.
15+
// 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.
1616
ApiVersion EntityV3APIVersion `json:"apiVersion"`
1717
// Datadog product integrations for the service entity.
1818
Datadog *EntityV3ServiceDatadog `json:"datadog,omitempty"`

api/datadogV2/model_entity_v3_system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// EntityV3System Schema for system entities.
1414
type EntityV3System struct {
15-
// The schema version of entity type. The field is known as schema-version in the previous version.
15+
// 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.
1616
ApiVersion EntityV3APIVersion `json:"apiVersion"`
1717
// Datadog product integrations for the service entity.
1818
Datadog *EntityV3SystemDatadog `json:"datadog,omitempty"`

0 commit comments

Comments
 (0)