Skip to content

Commit 1dff874

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add to IP Allowlist description (#1048)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5e5276a commit 1dff874

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
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.4",
7-
"regenerated": "2023-03-02 16:19:43.754784",
8-
"spec_repo_commit": "e71b6cea"
7+
"regenerated": "2023-03-02 18:29:41.149144",
8+
"spec_repo_commit": "911d7cda"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-03-02 16:19:43.767675",
13-
"spec_repo_commit": "e71b6cea"
12+
"regenerated": "2023-03-02 18:29:41.166069",
13+
"spec_repo_commit": "911d7cda"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21072,7 +21072,14 @@ tags:
2107221072
name: Fastly Integration
2107321073
- description: 'The IP allowlist API is used to manage the IP addresses that
2107421074

21075-
can access the Datadog API and UI.'
21075+
can access the Datadog API and web UI. It does not block
21076+
21077+
access to intake APIs or public dashboards.
21078+
21079+
21080+
This is an enterprise-only feature. Request access by
21081+
21082+
contacting Datadog support.'
2107621083
name: IP Allowlist
2107721084
- description: Create, update, delete, and retrieve services which can be associated
2107821085
with incidents.

features/v2/ip_allowlist.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
@endpoint(ip-allowlist) @endpoint(ip-allowlist-v2)
22
Feature: IP Allowlist
33
The IP allowlist API is used to manage the IP addresses that can access
4-
the Datadog API and UI.
4+
the Datadog API and web UI. It does not block access to intake APIs or
5+
public dashboards. This is an enterprise-only feature. Request access by
6+
contacting Datadog support.
57

68
Background:
79
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)