Skip to content

Commit 6bfdcb0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3e79118 of spec repo
1 parent 51c94ef commit 6bfdcb0

13 files changed

Lines changed: 1052 additions & 733 deletions

File tree

config/_default/menus/api.en.yaml

Lines changed: 43 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6484,6 +6484,49 @@ menu:
64846484
- ListAuthNMappings
64856485
unstable: []
64866486
order: 4
6487+
- name: Bits AI
6488+
url: /api/latest/bits-ai/
6489+
identifier: bits-ai
6490+
generated: true
6491+
- name: Get a Bits AI investigation
6492+
url: '#get-a-bits-ai-investigation'
6493+
identifier: bits-ai-get-a-bits-ai-investigation
6494+
parent: bits-ai
6495+
generated: true
6496+
params:
6497+
versions:
6498+
- v2
6499+
operationids:
6500+
- GetInvestigation
6501+
unstable:
6502+
- v2
6503+
order: 3
6504+
- name: Trigger a Bits AI investigation
6505+
url: '#trigger-a-bits-ai-investigation'
6506+
identifier: bits-ai-trigger-a-bits-ai-investigation
6507+
parent: bits-ai
6508+
generated: true
6509+
params:
6510+
versions:
6511+
- v2
6512+
operationids:
6513+
- TriggerInvestigation
6514+
unstable:
6515+
- v2
6516+
order: 1
6517+
- name: List Bits AI investigations
6518+
url: '#list-bits-ai-investigations'
6519+
identifier: bits-ai-list-bits-ai-investigations
6520+
parent: bits-ai
6521+
generated: true
6522+
params:
6523+
versions:
6524+
- v2
6525+
operationids:
6526+
- ListInvestigations
6527+
unstable:
6528+
- v2
6529+
order: 2
64876530
- name: CI Visibility Pipelines
64886531
url: /api/latest/ci-visibility-pipelines/
64896532
identifier: ci-visibility-pipelines
@@ -14810,32 +14853,6 @@ menu:
1481014853
unstable:
1481114854
- v2
1481214855
order: 5
14813-
- name: Get Flaky Tests Management policies
14814-
url: '#get-flaky-tests-management-policies'
14815-
identifier: test-optimization-get-flaky-tests-management-policies
14816-
parent: test-optimization
14817-
generated: true
14818-
params:
14819-
versions:
14820-
- v2
14821-
operationids:
14822-
- GetFlakyTestsManagementPolicies
14823-
unstable:
14824-
- v2
14825-
order: 6
14826-
- name: Update Flaky Tests Management policies
14827-
url: '#update-flaky-tests-management-policies'
14828-
identifier: test-optimization-update-flaky-tests-management-policies
14829-
parent: test-optimization
14830-
generated: true
14831-
params:
14832-
versions:
14833-
- v2
14834-
operationids:
14835-
- UpdateFlakyTestsManagementPolicies
14836-
unstable:
14837-
- v2
14838-
order: 7
1483914856
- name: Widgets
1484014857
url: /api/latest/widgets/
1484114858
identifier: widgets
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Bits AI
3+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Bits AI
3+
headless: true
4+
---

content/en/api/v2/bits-ai/examples.json

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

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

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"config": {
5+
"destinations": [
6+
{
7+
"id": "splunk-hec-destination",
8+
"inputs": [
9+
"my-processor-group"
10+
],
11+
"type": "splunk_hec",
12+
"token_key": "SPLUNK_HEC_TOKEN",
13+
"token_strategy": "custom"
14+
}
15+
],
16+
"processor_groups": [
17+
{
18+
"enabled": true,
19+
"id": "my-processor-group",
20+
"include": "service:my-service",
21+
"inputs": [
22+
"datadog-agent-source"
23+
],
24+
"processors": [
25+
{
26+
"enabled": true,
27+
"id": "filter-processor",
28+
"include": "status:error",
29+
"type": "filter"
30+
}
31+
]
32+
}
33+
],
34+
"sources": [
35+
{
36+
"id": "datadog-agent-source",
37+
"type": "datadog_agent"
38+
}
39+
]
40+
},
41+
"name": "Pipeline with Splunk HEC token_strategy"
42+
},
43+
"type": "pipelines"
44+
}
45+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"config": {
5+
"destinations": [
6+
{
7+
"id": "datadog-logs-destination",
8+
"inputs": [
9+
"my-processor-group"
10+
],
11+
"type": "datadog_logs"
12+
}
13+
],
14+
"processor_groups": [
15+
{
16+
"enabled": true,
17+
"id": "my-processor-group",
18+
"include": "service:my-service",
19+
"inputs": [
20+
"splunk-hec-source"
21+
],
22+
"processors": [
23+
{
24+
"enabled": true,
25+
"id": "filter-processor",
26+
"include": "status:error",
27+
"type": "filter"
28+
}
29+
]
30+
}
31+
],
32+
"sources": [
33+
{
34+
"id": "splunk-hec-source",
35+
"type": "splunk_hec",
36+
"store_hec_token": true
37+
}
38+
]
39+
},
40+
"name": "Pipeline with Splunk HEC store_hec_token"
41+
},
42+
"type": "pipelines"
43+
}
44+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"config": {
5+
"destinations": [
6+
{
7+
"id": "datadog-logs-destination",
8+
"inputs": [
9+
"my-processor-group"
10+
],
11+
"type": "datadog_logs"
12+
}
13+
],
14+
"processor_groups": [
15+
{
16+
"enabled": true,
17+
"id": "my-processor-group",
18+
"include": "service:my-service",
19+
"inputs": [
20+
"datadog-agent-source"
21+
],
22+
"processors": [
23+
{
24+
"enabled": true,
25+
"id": "enrichment-processor",
26+
"include": "*",
27+
"target": "enriched",
28+
"type": "enrichment_table",
29+
"file": {
30+
"encoding": {
31+
"delimiter": ",",
32+
"type": "csv",
33+
"includes_headers": true
34+
},
35+
"key": [
36+
{
37+
"column": "user_id",
38+
"comparison": "equals",
39+
"field": {
40+
"secret": "LOOKUP_KEY_SECRET"
41+
}
42+
}
43+
],
44+
"path": "/etc/enrichment/lookup.csv",
45+
"schema": [
46+
{
47+
"column": "user_id",
48+
"type": "string"
49+
}
50+
]
51+
}
52+
}
53+
]
54+
}
55+
],
56+
"sources": [
57+
{
58+
"id": "datadog-agent-source",
59+
"type": "datadog_agent"
60+
}
61+
]
62+
},
63+
"name": "Pipeline with Enrichment Table Secret Field Lookup"
64+
},
65+
"type": "pipelines"
66+
}
67+
}

content/en/api/v2/test-optimization/examples.json

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

data/api/v2/CodeExamples.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,16 @@
13321332
"suffix": "_3565101276",
13331333
"description": "Validate an observability pipeline with OCSF mapper library mapping returns \"OK\" response"
13341334
},
1335+
{
1336+
"group": "observability_pipelines",
1337+
"suffix": "_1267410221",
1338+
"description": "Validate an observability pipeline with Splunk HEC destination token_strategy returns \"OK\" response"
1339+
},
1340+
{
1341+
"group": "observability_pipelines",
1342+
"suffix": "_2960728933",
1343+
"description": "Validate an observability pipeline with Splunk HEC source store_hec_token returns \"OK\" response"
1344+
},
13351345
{
13361346
"group": "observability_pipelines",
13371347
"suffix": "_99164570",
@@ -1342,6 +1352,11 @@
13421352
"suffix": "_1330454428",
13431353
"description": "Validate an observability pipeline with destination secret key returns \"OK\" response"
13441354
},
1355+
{
1356+
"group": "observability_pipelines",
1357+
"suffix": "_815080644",
1358+
"description": "Validate an observability pipeline with enrichment table secret field lookup returns \"OK\" response"
1359+
},
13451360
{
13461361
"group": "observability_pipelines",
13471362
"suffix": "_2899320203",

0 commit comments

Comments
 (0)