Skip to content

Commit 65c9958

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit db122aa0 of spec repo
1 parent cd87ab5 commit 65c9958

File tree

7 files changed

+55
-59
lines changed

7 files changed

+55
-59
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-01-21 14:16:34.852439",
8-
"spec_repo_commit": "0bbc13ae"
7+
"regenerated": "2025-01-22 16:01:22.792683",
8+
"spec_repo_commit": "db122aa0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-21 14:16:34.867463",
13-
"spec_repo_commit": "0bbc13ae"
12+
"regenerated": "2025-01-22 16:01:22.807986",
13+
"spec_repo_commit": "db122aa0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28348,8 +28348,9 @@ paths:
2834828348
tags:
2834928349
- Logs Indexes
2835028350
x-permission:
28351-
operator: OPEN
28352-
permissions: []
28351+
operator: OR
28352+
permissions:
28353+
- logs_read_config
2835328354
put:
2835428355
description: 'This endpoint updates the index order of your organization.
2835528356

@@ -28421,8 +28422,9 @@ paths:
2842128422
tags:
2842228423
- Logs Indexes
2842328424
x-permission:
28424-
operator: OPEN
28425-
permissions: []
28425+
operator: OR
28426+
permissions:
28427+
- logs_read_config
2842628428
post:
2842728429
description: Creates a new index. Returns the Index object passed in the request
2842828430
body when the request is successful.
@@ -28499,6 +28501,10 @@ paths:
2849928501
summary: Get an index
2850028502
tags:
2850128503
- Logs Indexes
28504+
x-permission:
28505+
operator: OR
28506+
permissions:
28507+
- logs_read_config
2850228508
put:
2850328509
description: "Update an index as identified by its name.\nReturns the Index
2850428510
object passed in the request body when the request is successful.\n\nUsing
@@ -28573,8 +28579,9 @@ paths:
2857328579
tags:
2857428580
- Logs Pipelines
2857528581
x-permission:
28576-
operator: OPEN
28577-
permissions: []
28582+
operator: OR
28583+
permissions:
28584+
- logs_read_config
2857828585
put:
2857928586
description: 'Update the order of your pipelines. Since logs are processed sequentially,
2858028587
reordering a pipeline may change
@@ -28655,8 +28662,9 @@ paths:
2865528662
tags:
2865628663
- Logs Pipelines
2865728664
x-permission:
28658-
operator: OPEN
28659-
permissions: []
28665+
operator: OR
28666+
permissions:
28667+
- logs_read_config
2866028668
post:
2866128669
description: Create a pipeline in your organization.
2866228670
operationId: CreateLogsPipeline
@@ -28770,8 +28778,9 @@ paths:
2877028778
tags:
2877128779
- Logs Pipelines
2877228780
x-permission:
28773-
operator: OPEN
28774-
permissions: []
28781+
operator: OR
28782+
permissions:
28783+
- logs_read_config
2877528784
put:
2877628785
description: "Update a given pipeline configuration to change it\u2019s processors
2877728786
or their order.\n\n**Note**: Using this method updates your pipeline configuration
@@ -36564,10 +36573,7 @@ tags:
3656436573
- description: Search your logs and send them to your Datadog platform over HTTP.
3656536574
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
3656636575
name: Logs
36567-
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
36568-
36569-
You need an API and non-scoped application key with Admin rights to interact with
36570-
these endpoints.'
36576+
- description: Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
3657136577
externalDocs:
3657236578
description: Find out more at
3657336579
url: https://docs.datadoghq.com/logs/indexes/
@@ -36577,14 +36583,12 @@ tags:
3657736583
page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
3657836584
and processors currently configured in web UI.\n\n- Additional API-related information
3657936585
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
36580-
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\nThese
36581-
endpoints are only available for admin users.\nMake sure to use an application
36582-
key created by an admin with no applied scopes.\n\n**Grok parsing rules may effect
36583-
JSON output and require\nreturned data to be configured before using in a request.**\nFor
36584-
example, if you are using the data returned from a\nrequest for another request
36585-
body, and have a parsing rule\nthat uses a regex pattern like `\\s` for spaces,
36586-
you will\nneed to configure all escaped spaces as `%{space}` to use\nin the body
36587-
data."
36586+
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\n**Grok
36587+
parsing rules may effect JSON output and require\nreturned data to be configured
36588+
before using in a request.**\nFor example, if you are using the data returned
36589+
from a\nrequest for another request body, and have a parsing rule\nthat uses a
36590+
regex pattern like `\\s` for spaces, you will\nneed to configure all escaped spaces
36591+
as `%{space}` to use\nin the body data."
3658836592
externalDocs:
3658936593
description: Find out more at
3659036594
url: https://docs.datadoghq.com/logs/log_configuration

.generator/schemas/v2/openapi.yaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38643,8 +38643,9 @@ paths:
3864338643
tags:
3864438644
- Logs Archives
3864538645
x-permission:
38646-
operator: OPEN
38647-
permissions: []
38646+
operator: OR
38647+
permissions:
38648+
- logs_read_config
3864838649
put:
3864938650
description: 'Update the order of your archives. Since logs are processed sequentially,
3865038651
reordering an archive may change
@@ -38971,8 +38972,9 @@ paths:
3897138972
- Logs Archives
3897238973
x-codegen-request-body-name: body
3897338974
x-permission:
38974-
operator: OPEN
38975-
permissions: []
38975+
operator: OR
38976+
permissions:
38977+
- logs_read_config
3897638978
post:
3897738979
description: Adds a read role to an archive. ([Roles API](https://docs.datadoghq.com/api/v2/roles/))
3897838980
operationId: AddReadRoleToArchive
@@ -39042,6 +39044,7 @@ paths:
3904239044
operator: OR
3904339045
permissions:
3904439046
- logs_read_data
39047+
- logs_read_config
3904539048
post:
3904639049
description: Create a custom destination in your organization.
3904739050
operationId: CreateLogsCustomDestination
@@ -39126,6 +39129,7 @@ paths:
3912639129
operator: OR
3912739130
permissions:
3912839131
- logs_read_data
39132+
- logs_read_config
3912939133
patch:
3913039134
description: Update the given fields of a specific custom destination in your
3913139135
organization.
@@ -39183,8 +39187,9 @@ paths:
3918339187
tags:
3918439188
- Logs Metrics
3918539189
x-permission:
39186-
operator: OPEN
39187-
permissions: []
39190+
operator: OR
39191+
permissions:
39192+
- logs_read_config
3918839193
post:
3918939194
description: 'Create a metric based on your ingested logs in your organization.
3919039195

@@ -39265,8 +39270,9 @@ paths:
3926539270
tags:
3926639271
- Logs Metrics
3926739272
x-permission:
39268-
operator: OPEN
39269-
permissions: []
39273+
operator: OR
39274+
permissions:
39275+
- logs_read_config
3927039276
patch:
3927139277
description: 'Update a specific log-based metric from your organization.
3927239278

@@ -49014,11 +49020,7 @@ tags:
4901449020

4901549021
See the [Archives Page](https://app.datadoghq.com/logs/pipelines/archives)
4901649022

49017-
for a list of the archives currently configured in Datadog.
49018-
49019-
49020-
You need an API and non-scoped application key with Admin rights to interact with
49021-
these endpoints.'
49023+
for a list of the archives currently configured in Datadog.'
4902249024
externalDocs:
4902349025
description: Find out more at
4902449026
url: https://docs.datadoghq.com/logs/archives/
@@ -49037,11 +49039,8 @@ tags:
4903749039
description: Find out more at
4903849040
url: https://docs.datadoghq.com/logs/log_configuration/forwarding_custom_destinations/
4903949041
name: Logs Custom Destinations
49040-
- description: 'Manage configuration of [log-based metrics](https://app.datadoghq.com/logs/pipelines/generate-metrics)
49042+
- description: Manage configuration of [log-based metrics](https://app.datadoghq.com/logs/pipelines/generate-metrics)
4904149043
for your organization.
49042-
49043-
You need an API and non-scoped application key with Admin rights to interact with
49044-
these endpoints.'
4904549044
externalDocs:
4904649045
description: Find out more at
4904749046
url: https://docs.datadoghq.com/logs/logs_to_metrics/

features/v1/logs_indexes.feature

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
@endpoint(logs-indexes) @endpoint(logs-indexes-v1)
22
Feature: Logs Indexes
33
Manage configuration of [log
4-
indexes](https://docs.datadoghq.com/logs/indexes/). You need an API and
5-
non-scoped application key with Admin rights to interact with these
6-
endpoints.
4+
indexes](https://docs.datadoghq.com/logs/indexes/).
75

86
Background:
97
Given a valid "apiKeyAuth" key in the system

features/v1/logs_pipelines.feature

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ Feature: Logs Pipelines
99
documentation](https://docs.datadoghq.com/logs/log_configuration/processor
1010
s/?tab=api#lookup-processor). - For more information about Pipelines, see
1111
the [pipeline documentation](https://docs.datadoghq.com/logs/log_configu
12-
ration/pipelines). **Notes:** These endpoints are only available for
13-
admin users. Make sure to use an application key created by an admin with
14-
no applied scopes. **Grok parsing rules may effect JSON output and
15-
require returned data to be configured before using in a request.** For
16-
example, if you are using the data returned from a request for another
17-
request body, and have a parsing rule that uses a regex pattern like `\s`
18-
for spaces, you will need to configure all escaped spaces as `%{space}` to
19-
use in the body data.
12+
ration/pipelines). **Notes:** **Grok parsing rules may effect JSON
13+
output and require returned data to be configured before using in a
14+
request.** For example, if you are using the data returned from a request
15+
for another request body, and have a parsing rule that uses a regex
16+
pattern like `\s` for spaces, you will need to configure all escaped
17+
spaces as `%{space}` to use in the body data.
2018

2119
Background:
2220
Given a valid "apiKeyAuth" key in the system

features/v2/logs_archives.feature

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
Feature: Logs Archives
33
Archives forward all the logs ingested to a cloud storage system. See the
44
[Archives Page](https://app.datadoghq.com/logs/pipelines/archives) for a
5-
list of the archives currently configured in Datadog. You need an API and
6-
non-scoped application key with Admin rights to interact with these
7-
endpoints.
5+
list of the archives currently configured in Datadog.
86

97
Background:
108
Given a valid "apiKeyAuth" key in the system

features/v2/logs_metrics.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Feature: Logs Metrics
33
Manage configuration of [log-based
44
metrics](https://app.datadoghq.com/logs/pipelines/generate-metrics) for
5-
your organization. You need an API and non-scoped application key with
6-
Admin rights to interact with these endpoints.
5+
your organization.
76

87
Background:
98
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)