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.
0 commit comments