File tree Expand file tree Collapse file tree 7 files changed +42
-22
lines changed Expand file tree Collapse file tree 7 files changed +42
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "spec_repo_commit": "8ca2883 ",
3
- "generated": "2025-07-22 07:15:04.416 "
2
+ "spec_repo_commit": "bd643af ",
3
+ "generated": "2025-07-22 16:43:14.580 "
4
4
}
Original file line number Diff line number Diff line change @@ -37563,13 +37563,18 @@ tags:
37563
37563
- description: Get a list of IP prefixes belonging to Datadog.
37564
37564
name: IP Ranges
37565
37565
- description: 'Manage your Datadog API and application keys. You need an API key
37566
- and
37566
+ and an
37567
37567
37568
- an application key for a user with the required permissions to interact
37568
+ application key for a user with the required permissions to interact with these
37569
+ endpoints.
37569
37570
37570
- with these endpoints. The full list of API and application keys can be
37571
37571
37572
- seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
37572
+ Consult the following pages to view and manage your keys:
37573
+
37574
+
37575
+ - [API Keys](https://app.datadoghq.com/organization-settings/api-keys)
37576
+
37577
+ - [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
37573
37578
externalDocs:
37574
37579
description: Find out more at
37575
37580
url: https://docs.datadoghq.com/account_management/api-app-keys/
Original file line number Diff line number Diff line change @@ -65947,13 +65947,18 @@ tags:
65947
65947
for more information.
65948
65948
name: Incidents
65949
65949
- description: 'Manage your Datadog API and application keys. You need an API key
65950
- and
65950
+ and an
65951
+
65952
+ application key for a user with the required permissions to interact with these
65953
+ endpoints.
65954
+
65955
+
65956
+ Consult the following pages to view and manage your keys:
65951
65957
65952
- an application key for a user with the required permissions to interact
65953
65958
65954
- with these endpoints. The full list of API and application keys can be
65959
+ - [ API Keys](https://app.datadoghq.com/organization-settings/api- keys)
65955
65960
65956
- seen on your [Datadog API page ](https://app.datadoghq.com/account/ settings#api). '
65961
+ - [Application Keys ](https://app.datadoghq.com/personal- settings/application-keys) '
65957
65962
externalDocs:
65958
65963
description: Find out more at
65959
65964
url: https://docs.datadoghq.com/account_management/api-app-keys/
Original file line number Diff line number Diff line change 17
17
18
18
class KeyManagementApi :
19
19
"""
20
- Manage your Datadog API and application keys. You need an API key and
21
- an application key for a user with the required permissions to interact
22
- with these endpoints. The full list of API and application keys can be
23
- seen on your `Datadog API page <https://app.datadoghq.com/account/settings#api>`_.
20
+ Manage your Datadog API and application keys. You need an API key and an
21
+ application key for a user with the required permissions to interact with these endpoints.
22
+
23
+ Consult the following pages to view and manage your keys:
24
+
25
+ * `API Keys <https://app.datadoghq.com/organization-settings/api-keys>`_
26
+ * `Application Keys <https://app.datadoghq.com/personal-settings/application-keys>`_
24
27
"""
25
28
26
29
def __init__ (self , api_client = None ):
Original file line number Diff line number Diff line change 25
25
26
26
class KeyManagementApi :
27
27
"""
28
- Manage your Datadog API and application keys. You need an API key and
29
- an application key for a user with the required permissions to interact
30
- with these endpoints. The full list of API and application keys can be
31
- seen on your `Datadog API page <https://app.datadoghq.com/account/settings#api>`_.
28
+ Manage your Datadog API and application keys. You need an API key and an
29
+ application key for a user with the required permissions to interact with these endpoints.
30
+
31
+ Consult the following pages to view and manage your keys:
32
+
33
+ * `API Keys <https://app.datadoghq.com/organization-settings/api-keys>`_
34
+ * `Application Keys <https://app.datadoghq.com/personal-settings/application-keys>`_
32
35
"""
33
36
34
37
def __init__ (self , api_client = None ):
Original file line number Diff line number Diff line change 2
2
Feature : Key Management
3
3
Manage your Datadog API and application keys. You need an API key and an
4
4
application key for a user with the required permissions to interact with
5
- these endpoints. The full list of API and application keys can be seen on
6
- your [Datadog API page](https://app.datadoghq.com/account/settings#api).
5
+ these endpoints. Consult the following pages to view and manage your
6
+ keys: - [API Keys](https://app.datadoghq.com/organization-settings/api-
7
+ keys) - [Application Keys](https://app.datadoghq.com/personal-
8
+ settings/application-keys)
7
9
8
10
Background :
9
11
Given a valid "apiKeyAuth" key in the system
Original file line number Diff line number Diff line change 2
2
Feature : Key Management
3
3
Manage your Datadog API and application keys. You need an API key and an
4
4
application key for a user with the required permissions to interact with
5
- these endpoints. The full list of API and application keys can be seen on
6
- your [Datadog API page](https://app.datadoghq.com/account/settings#api).
5
+ these endpoints. Consult the following pages to view and manage your
6
+ keys: - [API Keys](https://app.datadoghq.com/organization-settings/api-
7
+ keys) - [Application Keys](https://app.datadoghq.com/personal-
8
+ settings/application-keys)
7
9
8
10
Background :
9
11
Given a valid "apiKeyAuth" key in the system
You can’t perform that action at this time.
0 commit comments