Skip to content

Commit 5482d32

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update entity version documentation in Software Catalog (#30302)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6124a78 commit 5482d32

File tree

6 files changed

+1370
-476
lines changed

6 files changed

+1370
-476
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-17 21:35:40.555672",
8-
"spec_repo_commit": "92891d25"
7+
"regenerated": "2025-07-18 10:24:13.009681",
8+
"spec_repo_commit": "20279f48"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-17 21:35:49.771884",
13-
"spec_repo_commit": "92891d25"
12+
"regenerated": "2025-07-18 10:24:22.403946",
13+
"spec_repo_commit": "20279f48"
1414
}
1515
}
1616
}

content/en/api/v2/observability-pipelines/examples.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

content/en/api/v2/software-catalog/examples.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13785,14 +13785,21 @@ components:
1378513785
type: string
1378613786
type: object
1378713787
EntityV3APIVersion:
13788-
description: The schema version of entity type. The field is known as schema-version
13789-
in the previous version.
13788+
description: The version of the schema data that was used to populate this entity's
13789+
data. This could be via the API, Terraform, or YAML file in a repository.
13790+
The field is known as schema-version in the previous version.
1379013791
enum:
1379113792
- v3
13793+
- v2.2
13794+
- v2.1
13795+
- v2
1379213796
example: v3
1379313797
type: string
1379413798
x-enum-varnames:
1379513799
- V3
13800+
- V2_2
13801+
- V2_1
13802+
- V2
1379613803
EntityV3DatadogCodeLocationItem:
1379713804
additionalProperties: false
1379813805
description: Code location item.
@@ -27133,6 +27140,7 @@ components:
2713327140
required:
2713427141
- source
2713527142
- match_rules
27143+
- support_rules
2713627144
type: object
2713727145
ObservabilityPipelineParseGrokProcessorRuleMatchRule:
2713827146
description: 'Defines a Grok parsing rule, which extracts structured fields

0 commit comments

Comments
 (0)