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: packages/datadog-api-client-v1/apis/KeyManagementApi.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1092,6 +1092,8 @@ export class KeyManagementApi {
1092
1092
1093
1093
/**
1094
1094
* Creates an API key with a given name.
1095
+
*
1096
+
* **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.
1095
1097
* @param param The request object
1096
1098
*/
1097
1099
publiccreateAPIKey(
@@ -1114,6 +1116,8 @@ export class KeyManagementApi {
1114
1116
/**
1115
1117
* Create an application key with a given name.
1116
1118
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1119
+
*
1120
+
* **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.
1117
1121
* @param param The request object
1118
1122
*/
1119
1123
publiccreateApplicationKey(
@@ -1135,6 +1139,8 @@ export class KeyManagementApi {
1135
1139
1136
1140
/**
1137
1141
* Delete a given API key.
1142
+
*
1143
+
* **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.
1138
1144
* @param param The request object
1139
1145
*/
1140
1146
publicdeleteAPIKey(
@@ -1157,6 +1163,8 @@ export class KeyManagementApi {
1157
1163
/**
1158
1164
* Delete a given application key.
1159
1165
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1166
+
*
1167
+
* **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.
1160
1168
* @param param The request object
1161
1169
*/
1162
1170
publicdeleteApplicationKey(
@@ -1178,6 +1186,8 @@ export class KeyManagementApi {
1178
1186
1179
1187
/**
1180
1188
* Get a given API key.
1189
+
*
1190
+
* **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.
1181
1191
* @param param The request object
1182
1192
*/
1183
1193
publicgetAPIKey(
@@ -1200,6 +1210,8 @@ export class KeyManagementApi {
1200
1210
/**
1201
1211
* Get a given application key.
1202
1212
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1213
+
*
1214
+
* **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.
1203
1215
* @param param The request object
1204
1216
*/
1205
1217
publicgetApplicationKey(
@@ -1221,6 +1233,8 @@ export class KeyManagementApi {
1221
1233
1222
1234
/**
1223
1235
* Get all API keys available for your account.
1236
+
*
1237
+
* **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.
@@ -1237,6 +1251,8 @@ export class KeyManagementApi {
1237
1251
/**
1238
1252
* Get all application keys available for your Datadog account.
1239
1253
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1254
+
*
1255
+
* **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.
1240
1256
* @param param The request object
1241
1257
*/
1242
1258
publiclistApplicationKeys(
@@ -1255,6 +1271,8 @@ export class KeyManagementApi {
1255
1271
1256
1272
/**
1257
1273
* Edit an API key name.
1274
+
*
1275
+
* **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.
1258
1276
* @param param The request object
1259
1277
*/
1260
1278
publicupdateAPIKey(
@@ -1278,6 +1296,8 @@ export class KeyManagementApi {
1278
1296
/**
1279
1297
* Edit an application key name.
1280
1298
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1299
+
*
1300
+
* **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.
0 commit comments