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
@@ -27320,7 +27320,10 @@ paths:
27320
27320
- IP Ranges
27321
27321
/api/v1/api_key:
27322
27322
get:
27323
-
description: Get all API keys available for your account.
27323
+
description: |-
27324
+
Get all API keys available for your account.
27325
+
27326
+
**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.
27324
27327
operationId: ListAPIKeys
27325
27328
responses:
27326
27329
"200":
@@ -27353,7 +27356,10 @@ paths:
27353
27356
permissions:
27354
27357
- api_keys_read
27355
27358
post:
27356
-
description: Creates an API key with a given name.
27359
+
description: |-
27360
+
Creates an API key with a given name.
27361
+
27362
+
**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.
27357
27363
operationId: CreateAPIKey
27358
27364
requestBody:
27359
27365
content:
@@ -27404,7 +27410,10 @@ paths:
27404
27410
- api_keys_write
27405
27411
/api/v1/api_key/{key}:
27406
27412
delete:
27407
-
description: Delete a given API key.
27413
+
description: |-
27414
+
Delete a given API key.
27415
+
27416
+
**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.
27408
27417
operationId: DeleteAPIKey
27409
27418
parameters:
27410
27419
- description: The specific API key you are working with.
@@ -27456,7 +27465,10 @@ paths:
27456
27465
permissions:
27457
27466
- api_keys_delete
27458
27467
get:
27459
-
description: Get a given API key.
27468
+
description: |-
27469
+
Get a given API key.
27470
+
27471
+
**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.
27460
27472
operationId: GetAPIKey
27461
27473
parameters:
27462
27474
- description: The specific API key you are working with.
@@ -27502,7 +27514,10 @@ paths:
27502
27514
permissions:
27503
27515
- api_keys_read
27504
27516
put:
27505
-
description: Edit an API key name.
27517
+
description: |-
27518
+
Edit an API key name.
27519
+
27520
+
**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.
27506
27521
operationId: UpdateAPIKey
27507
27522
parameters:
27508
27523
- description: The specific API key you are working with.
@@ -27569,6 +27584,8 @@ paths:
27569
27584
description: |-
27570
27585
Get all application keys available for your Datadog account.
27571
27586
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27587
+
27588
+
**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.
27572
27589
operationId: ListApplicationKeys
27573
27590
responses:
27574
27591
"200":
@@ -27604,6 +27621,8 @@ paths:
27604
27621
description: |-
27605
27622
Create an application key with a given name.
27606
27623
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27624
+
27625
+
**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.
27607
27626
operationId: CreateApplicationKey
27608
27627
requestBody:
27609
27628
content:
@@ -27662,6 +27681,8 @@ paths:
27662
27681
description: |-
27663
27682
Delete a given application key.
27664
27683
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27684
+
27685
+
**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.
27665
27686
operationId: DeleteApplicationKey
27666
27687
parameters:
27667
27688
- description: The specific APP key you are working with.
@@ -27710,6 +27731,8 @@ paths:
27710
27731
description: |-
27711
27732
Get a given application key.
27712
27733
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27734
+
27735
+
**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.
27713
27736
operationId: GetApplicationKey
27714
27737
parameters:
27715
27738
- description: The specific APP key you are working with.
@@ -27758,6 +27781,8 @@ paths:
27758
27781
description: |-
27759
27782
Edit an application key name.
27760
27783
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
27784
+
27785
+
**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.
27761
27786
operationId: UpdateApplicationKey
27762
27787
parameters:
27763
27788
- 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