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: api/datadogV1/api_key_management.go
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ type KeyManagementApi datadog.Service
17
17
18
18
// CreateAPIKey Create an API key.
19
19
// Creates an API key with a given name.
20
+
//
21
+
// **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.
@@ -98,6 +100,8 @@ func (a *KeyManagementApi) CreateAPIKey(ctx _context.Context, body ApiKey) (ApiK
98
100
// CreateApplicationKey Create an application key.
99
101
// Create an application key with a given name.
100
102
// This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
103
+
//
104
+
// **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.
@@ -178,6 +182,8 @@ func (a *KeyManagementApi) CreateApplicationKey(ctx _context.Context, body Appli
178
182
179
183
// DeleteAPIKey Delete an API key.
180
184
// Delete a given API key.
185
+
//
186
+
// **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.
// DeleteApplicationKey Delete an application key.
258
264
// Delete a given application key.
259
265
// This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
266
+
//
267
+
// **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.
// **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.
// This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
427
+
//
428
+
// **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.
// **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.
@@ -570,6 +584,8 @@ func (a *KeyManagementApi) ListAPIKeys(ctx _context.Context) (ApiKeyListResponse
570
584
// ListApplicationKeys Get all application keys.
571
585
// Get all application keys available for your Datadog account.
572
586
// This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
587
+
//
588
+
// **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.
@@ -647,6 +663,8 @@ func (a *KeyManagementApi) ListApplicationKeys(ctx _context.Context) (Applicatio
647
663
648
664
// UpdateAPIKey Edit an API key.
649
665
// Edit an API key name.
666
+
//
667
+
// **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.
@@ -729,6 +747,8 @@ func (a *KeyManagementApi) UpdateAPIKey(ctx _context.Context, key string, body A
729
747
// UpdateApplicationKey Edit an application key.
730
748
// Edit an application key name.
731
749
// This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
750
+
//
751
+
// **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