You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27600,7 +27600,10 @@ paths:
27600
27600
- IP Ranges
27601
27601
/api/v1/api_key:
27602
27602
get:
27603
-
description: Get all API keys available for your account.
27603
+
description: |-
27604
+
Get all API keys available for your account.
27605
+
27606
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27604
27607
operationId: ListAPIKeys
27605
27608
responses:
27606
27609
"200":
@@ -27633,7 +27636,10 @@ paths:
27633
27636
permissions:
27634
27637
- api_keys_read
27635
27638
post:
27636
-
description: Creates an API key with a given name.
27639
+
description: |-
27640
+
Creates an API key with a given name.
27641
+
27642
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27637
27643
operationId: CreateAPIKey
27638
27644
requestBody:
27639
27645
content:
@@ -27684,7 +27690,10 @@ paths:
27684
27690
- api_keys_write
27685
27691
/api/v1/api_key/{key}:
27686
27692
delete:
27687
-
description: Delete a given API key.
27693
+
description: |-
27694
+
Delete a given API key.
27695
+
27696
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27688
27697
operationId: DeleteAPIKey
27689
27698
parameters:
27690
27699
- description: The specific API key you are working with.
@@ -27736,7 +27745,10 @@ paths:
27736
27745
permissions:
27737
27746
- api_keys_delete
27738
27747
get:
27739
-
description: Get a given API key.
27748
+
description: |-
27749
+
Get a given API key.
27750
+
27751
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27740
27752
operationId: GetAPIKey
27741
27753
parameters:
27742
27754
- description: The specific API key you are working with.
@@ -27782,7 +27794,10 @@ paths:
27782
27794
permissions:
27783
27795
- api_keys_read
27784
27796
put:
27785
-
description: Edit an API key name.
27797
+
description: |-
27798
+
Edit an API key name.
27799
+
27800
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27786
27801
operationId: UpdateAPIKey
27787
27802
parameters:
27788
27803
- description: The specific API key you are working with.
@@ -27849,6 +27864,8 @@ paths:
27849
27864
description: |-
27850
27865
Get all application keys available for your Datadog account.
27851
27866
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27867
+
27868
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27852
27869
operationId: ListApplicationKeys
27853
27870
responses:
27854
27871
"200":
@@ -27884,6 +27901,8 @@ paths:
27884
27901
description: |-
27885
27902
Create an application key with a given name.
27886
27903
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27904
+
27905
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27887
27906
operationId: CreateApplicationKey
27888
27907
requestBody:
27889
27908
content:
@@ -27942,6 +27961,8 @@ paths:
27942
27961
description: |-
27943
27962
Delete a given application key.
27944
27963
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27964
+
27965
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27945
27966
operationId: DeleteApplicationKey
27946
27967
parameters:
27947
27968
- description: The specific APP key you are working with.
@@ -27990,6 +28011,8 @@ paths:
27990
28011
description: |-
27991
28012
Get a given application key.
27992
28013
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
28014
+
28015
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27993
28016
operationId: GetApplicationKey
27994
28017
parameters:
27995
28018
- description: The specific APP key you are working with.
@@ -28038,6 +28061,8 @@ paths:
28038
28061
description: |-
28039
28062
Edit an application key name.
28040
28063
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
28064
+
28065
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
28041
28066
operationId: UpdateApplicationKey
28042
28067
parameters:
28043
28068
- description: The specific APP key you are working with.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/key_management_api.py
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,8 @@ def create_api_key(
255
255
256
256
Creates an API key with a given name.
257
257
258
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
259
+
258
260
:type body: ApiKey
259
261
:rtype: ApiKeyResponse
260
262
"""
@@ -272,6 +274,8 @@ def create_application_key(
272
274
Create an application key with a given name.
273
275
This endpoint is disabled for organizations in `One-Time Read mode <https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode>`_.
274
276
277
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
278
+
275
279
:type body: ApplicationKey
276
280
:rtype: ApplicationKeyResponse
277
281
"""
@@ -288,6 +292,8 @@ def delete_api_key(
288
292
289
293
Delete a given API key.
290
294
295
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
296
+
291
297
:param key: The specific API key you are working with.
292
298
:type key: str
293
299
:rtype: ApiKeyResponse
@@ -306,6 +312,8 @@ def delete_application_key(
306
312
Delete a given application key.
307
313
This endpoint is disabled for organizations in `One-Time Read mode <https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode>`_.
308
314
315
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
316
+
309
317
:param key: The specific APP key you are working with.
310
318
:type key: str
311
319
:rtype: ApplicationKeyResponse
@@ -323,6 +331,8 @@ def get_api_key(
323
331
324
332
Get a given API key.
325
333
334
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
335
+
326
336
:param key: The specific API key you are working with.
327
337
:type key: str
328
338
:rtype: ApiKeyResponse
@@ -341,6 +351,8 @@ def get_application_key(
341
351
Get a given application key.
342
352
This endpoint is disabled for organizations in `One-Time Read mode <https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode>`_.
343
353
354
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
355
+
344
356
:param key: The specific APP key you are working with.
345
357
:type key: str
346
358
:rtype: ApplicationKeyResponse
@@ -357,6 +369,8 @@ def list_api_keys(
357
369
358
370
Get all API keys available for your account.
359
371
372
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
373
+
360
374
:rtype: ApiKeyListResponse
361
375
"""
362
376
kwargs: Dict[str, Any] = {}
@@ -370,6 +384,8 @@ def list_application_keys(
370
384
Get all application keys available for your Datadog account.
371
385
This endpoint is disabled for organizations in `One-Time Read mode <https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode>`_.
372
386
387
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
388
+
373
389
:rtype: ApplicationKeyListResponse
374
390
"""
375
391
kwargs: Dict[str, Any] = {}
@@ -384,6 +400,8 @@ def update_api_key(
384
400
385
401
Edit an API key name.
386
402
403
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
404
+
387
405
:param key: The specific API key you are working with.
388
406
:type key: str
389
407
:type body: ApiKey
@@ -406,6 +424,8 @@ def update_application_key(
406
424
Edit an application key name.
407
425
This endpoint is disabled for organizations in `One-Time Read mode <https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode>`_.
408
426
427
+
**Note** : This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the `V2 Key Management <https://docs.datadoghq.com/api/latest/key-management/>`_ endpoints instead.
428
+
409
429
:param key: The specific APP key you are working with.
0 commit comments