Skip to content

Commit 4788eba

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4ac086a of spec repo (#4305)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent df8d2e2 commit 4788eba

2 files changed

Lines changed: 50 additions & 5 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27600,7 +27600,10 @@ paths:
2760027600
- IP Ranges
2760127601
/api/v1/api_key:
2760227602
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.
2760427607
operationId: ListAPIKeys
2760527608
responses:
2760627609
"200":
@@ -27633,7 +27636,10 @@ paths:
2763327636
permissions:
2763427637
- api_keys_read
2763527638
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.
2763727643
operationId: CreateAPIKey
2763827644
requestBody:
2763927645
content:
@@ -27684,7 +27690,10 @@ paths:
2768427690
- api_keys_write
2768527691
/api/v1/api_key/{key}:
2768627692
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.
2768827697
operationId: DeleteAPIKey
2768927698
parameters:
2769027699
- description: The specific API key you are working with.
@@ -27736,7 +27745,10 @@ paths:
2773627745
permissions:
2773727746
- api_keys_delete
2773827747
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.
2774027752
operationId: GetAPIKey
2774127753
parameters:
2774227754
- description: The specific API key you are working with.
@@ -27782,7 +27794,10 @@ paths:
2778227794
permissions:
2778327795
- api_keys_read
2778427796
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.
2778627801
operationId: UpdateAPIKey
2778727802
parameters:
2778827803
- description: The specific API key you are working with.
@@ -27849,6 +27864,8 @@ paths:
2784927864
description: |-
2785027865
Get all application keys available for your Datadog account.
2785127866
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.
2785227869
operationId: ListApplicationKeys
2785327870
responses:
2785427871
"200":
@@ -27884,6 +27901,8 @@ paths:
2788427901
description: |-
2788527902
Create an application key with a given name.
2788627903
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.
2788727906
operationId: CreateApplicationKey
2788827907
requestBody:
2788927908
content:
@@ -27942,6 +27961,8 @@ paths:
2794227961
description: |-
2794327962
Delete a given application key.
2794427963
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.
2794527966
operationId: DeleteApplicationKey
2794627967
parameters:
2794727968
- description: The specific APP key you are working with.
@@ -27990,6 +28011,8 @@ paths:
2799028011
description: |-
2799128012
Get a given application key.
2799228013
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.
2799328016
operationId: GetApplicationKey
2799428017
parameters:
2799528018
- description: The specific APP key you are working with.
@@ -28038,6 +28061,8 @@ paths:
2803828061
description: |-
2803928062
Edit an application key name.
2804028063
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.
2804128066
operationId: UpdateApplicationKey
2804228067
parameters:
2804328068
- description: The specific APP key you are working with.

services/key_management/src/v1/KeyManagementApi.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,8 @@ export class KeyManagementApi {
11911191

11921192
/**
11931193
* 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.
11941196
* @param param The request object
11951197
*/
11961198
public createAPIKey(
@@ -1213,6 +1215,8 @@ export class KeyManagementApi {
12131215
/**
12141216
* Create an application key with a given name.
12151217
* 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.
12161220
* @param param The request object
12171221
*/
12181222
public createApplicationKey(
@@ -1234,6 +1238,8 @@ export class KeyManagementApi {
12341238

12351239
/**
12361240
* 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.
12371243
* @param param The request object
12381244
*/
12391245
public deleteAPIKey(
@@ -1256,6 +1262,8 @@ export class KeyManagementApi {
12561262
/**
12571263
* Delete a given application key.
12581264
* 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.
12591267
* @param param The request object
12601268
*/
12611269
public deleteApplicationKey(
@@ -1277,6 +1285,8 @@ export class KeyManagementApi {
12771285

12781286
/**
12791287
* 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.
12801290
* @param param The request object
12811291
*/
12821292
public getAPIKey(
@@ -1299,6 +1309,8 @@ export class KeyManagementApi {
12991309
/**
13001310
* Get a given application key.
13011311
* 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.
13021314
* @param param The request object
13031315
*/
13041316
public getApplicationKey(
@@ -1320,6 +1332,8 @@ export class KeyManagementApi {
13201332

13211333
/**
13221334
* 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.
13231337
* @param param The request object
13241338
*/
13251339
public listAPIKeys(options?: Configuration): Promise<ApiKeyListResponse> {
@@ -1336,6 +1350,8 @@ export class KeyManagementApi {
13361350
/**
13371351
* Get all application keys available for your Datadog account.
13381352
* 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.
13391355
* @param param The request object
13401356
*/
13411357
public listApplicationKeys(
@@ -1354,6 +1370,8 @@ export class KeyManagementApi {
13541370

13551371
/**
13561372
* 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.
13571375
* @param param The request object
13581376
*/
13591377
public updateAPIKey(
@@ -1377,6 +1395,8 @@ export class KeyManagementApi {
13771395
/**
13781396
* Edit an application key name.
13791397
* 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.
13801400
* @param param The request object
13811401
*/
13821402
public updateApplicationKey(

0 commit comments

Comments
 (0)