Skip to content

Commit ba8b3eb

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

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-07 12:19:31.910819",
8-
"spec_repo_commit": "fa2473ca"
7+
"regenerated": "2025-07-07 13:54:11.659471",
8+
"spec_repo_commit": "0cc5bc19"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-07 12:19:31.926917",
13-
"spec_repo_commit": "fa2473ca"
12+
"regenerated": "2025-07-07 13:54:11.676723",
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.

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)