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: services/key_management/src/v1/KeyManagementApi.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1191,6 +1191,8 @@ export class KeyManagementApi {
1191
1191
1192
1192
/**
1193
1193
* Creates an API key with a given name.
1194
+
*
1195
+
* **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.
1194
1196
* @param param The request object
1195
1197
*/
1196
1198
publiccreateAPIKey(
@@ -1213,6 +1215,8 @@ export class KeyManagementApi {
1213
1215
/**
1214
1216
* Create an application key with a given name.
1215
1217
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1218
+
*
1219
+
* **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.
1216
1220
* @param param The request object
1217
1221
*/
1218
1222
publiccreateApplicationKey(
@@ -1234,6 +1238,8 @@ export class KeyManagementApi {
1234
1238
1235
1239
/**
1236
1240
* Delete a given API key.
1241
+
*
1242
+
* **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
1243
* @param param The request object
1238
1244
*/
1239
1245
publicdeleteAPIKey(
@@ -1256,6 +1262,8 @@ export class KeyManagementApi {
1256
1262
/**
1257
1263
* Delete a given application key.
1258
1264
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1265
+
*
1266
+
* **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.
1259
1267
* @param param The request object
1260
1268
*/
1261
1269
publicdeleteApplicationKey(
@@ -1277,6 +1285,8 @@ export class KeyManagementApi {
1277
1285
1278
1286
/**
1279
1287
* Get a given API key.
1288
+
*
1289
+
* **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.
1280
1290
* @param param The request object
1281
1291
*/
1282
1292
publicgetAPIKey(
@@ -1299,6 +1309,8 @@ export class KeyManagementApi {
1299
1309
/**
1300
1310
* Get a given application key.
1301
1311
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1312
+
*
1313
+
* **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.
1302
1314
* @param param The request object
1303
1315
*/
1304
1316
publicgetApplicationKey(
@@ -1320,6 +1332,8 @@ export class KeyManagementApi {
1320
1332
1321
1333
/**
1322
1334
* Get all API keys available for your account.
1335
+
*
1336
+
* **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.
@@ -1336,6 +1350,8 @@ export class KeyManagementApi {
1336
1350
/**
1337
1351
* Get all application keys available for your Datadog account.
1338
1352
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1353
+
*
1354
+
* **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.
1339
1355
* @param param The request object
1340
1356
*/
1341
1357
publiclistApplicationKeys(
@@ -1354,6 +1370,8 @@ export class KeyManagementApi {
1354
1370
1355
1371
/**
1356
1372
* Edit an API key name.
1373
+
*
1374
+
* **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.
1357
1375
* @param param The request object
1358
1376
*/
1359
1377
publicupdateAPIKey(
@@ -1377,6 +1395,8 @@ export class KeyManagementApi {
1377
1395
/**
1378
1396
* Edit an application key name.
1379
1397
* This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
1398
+
*
1399
+
* **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