Skip to content

Commit 81a4e18

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add to IP Allowlist description (#1361)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4210af3 commit 81a4e18

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
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:50.759538",
8-
"spec_repo_commit": "e71b6cea"
7+
"regenerated": "2023-03-02 18:29:33.159238",
8+
"spec_repo_commit": "911d7cda"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-03-02 16:19:50.770722",
13-
"spec_repo_commit": "e71b6cea"
12+
"regenerated": "2023-03-02 18:29:33.171186",
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.

src/datadog_api_client/v2/api/ip_allowlist_api.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
class IPAllowlistApi:
1515
"""
1616
The IP allowlist API is used to manage the IP addresses that
17-
can access the Datadog API and UI.
17+
can access the Datadog API and web UI. It does not block
18+
access to intake APIs or public dashboards.
19+
20+
This is an enterprise-only feature. Request access by
21+
contacting Datadog support.
1822
"""
1923

2024
def __init__(self, api_client=None):

tests/v2/features/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)