Skip to content

Commit b720305

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add note about missing support on govcloud for custom destinations API (#1921)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4b6de08 commit b720305

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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": "2024-03-22 15:34:50.992449",
8-
"spec_repo_commit": "24998b49"
7+
"regenerated": "2024-03-22 16:45:28.475736",
8+
"spec_repo_commit": "733f0b89"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-22 15:34:51.009165",
13-
"spec_repo_commit": "24998b49"
12+
"regenerated": "2024-03-22 16:45:28.508146",
13+
"spec_repo_commit": "733f0b89"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35881,6 +35881,10 @@ tags:
3588135881
- description: 'Custom Destinations forward all the logs ingested to an external destination.
3588235882

3588335883

35884+
**Note**: Log forwarding is not available for the Government (US1-FED) site. Contact
35885+
your account representative for more information.
35886+
35887+
3588435888
See the [Custom Destinations Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-destinations)
3588535889

3588635890
for a list of the custom destinations currently configured in web UI.'

src/datadog_api_client/v2/api/logs_custom_destinations_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class LogsCustomDestinationsApi:
1717
"""
1818
Custom Destinations forward all the logs ingested to an external destination.
1919
20+
**Note** : Log forwarding is not available for the Government (US1-FED) site. Contact your account representative for more information.
21+
2022
See the `Custom Destinations Page <https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-destinations>`_
2123
for a list of the custom destinations currently configured in web UI.
2224
"""

tests/v2/features/logs_custom_destinations.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
@endpoint(logs-custom-destinations) @endpoint(logs-custom-destinations-v2)
22
Feature: Logs Custom Destinations
33
Custom Destinations forward all the logs ingested to an external
4-
destination. See the [Custom Destinations
4+
destination. **Note**: Log forwarding is not available for the Government
5+
(US1-FED) site. Contact your account representative for more information.
6+
See the [Custom Destinations
57
Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-
68
destinations) for a list of the custom destinations currently configured
79
in web UI.

0 commit comments

Comments
 (0)