Skip to content

Commit c173136

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c89b78d of spec repo
1 parent 969cac4 commit c173136

19 files changed

Lines changed: 3075 additions & 0 deletions

File tree

config/_default/menus/api.en.yaml

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12579,6 +12579,84 @@ menu:
1257912579
url: /api/latest/governance-controls/
1258012580
identifier: governance-controls
1258112581
generated: true
12582+
- name: Mitigate governance detections
12583+
url: /api/latest/governance-controls/mitigate-governance-detections/
12584+
identifier: governance-controls-mitigate-governance-detections
12585+
parent: governance-controls
12586+
generated: true
12587+
params:
12588+
versions:
12589+
- v2
12590+
operationids:
12591+
- CreateGovernanceMitigation
12592+
unstable:
12593+
- v2
12594+
order: 5
12595+
- name: Update governance control notification settings
12596+
url: /api/latest/governance-controls/update-governance-control-notification-settings/
12597+
identifier: governance-controls-update-governance-control-notification-settings
12598+
parent: governance-controls
12599+
generated: true
12600+
params:
12601+
versions:
12602+
- v2
12603+
operationids:
12604+
- UpdateGovernanceControlNotificationSettings
12605+
unstable:
12606+
- v2
12607+
order: 10
12608+
- name: Get governance control notification settings
12609+
url: /api/latest/governance-controls/get-governance-control-notification-settings/
12610+
identifier: governance-controls-get-governance-control-notification-settings
12611+
parent: governance-controls
12612+
generated: true
12613+
params:
12614+
versions:
12615+
- v2
12616+
operationids:
12617+
- GetGovernanceControlNotificationSettings
12618+
unstable:
12619+
- v2
12620+
order: 9
12621+
- name: Update a governance control detection
12622+
url: /api/latest/governance-controls/update-a-governance-control-detection/
12623+
identifier: governance-controls-update-a-governance-control-detection
12624+
parent: governance-controls
12625+
generated: true
12626+
params:
12627+
versions:
12628+
- v2
12629+
operationids:
12630+
- UpdateGovernanceControlDetection
12631+
unstable:
12632+
- v2
12633+
order: 8
12634+
- name: Get a governance control detection
12635+
url: /api/latest/governance-controls/get-a-governance-control-detection/
12636+
identifier: governance-controls-get-a-governance-control-detection
12637+
parent: governance-controls
12638+
generated: true
12639+
params:
12640+
versions:
12641+
- v2
12642+
operationids:
12643+
- GetGovernanceControlDetection
12644+
unstable:
12645+
- v2
12646+
order: 7
12647+
- name: List governance control detections
12648+
url: /api/latest/governance-controls/list-governance-control-detections/
12649+
identifier: governance-controls-list-governance-control-detections
12650+
parent: governance-controls
12651+
generated: true
12652+
params:
12653+
versions:
12654+
- v2
12655+
operationids:
12656+
- ListGovernanceControlDetections
12657+
unstable:
12658+
- v2
12659+
order: 6
1258212660
- name: Update a governance control
1258312661
url: /api/latest/governance-controls/update-a-governance-control/
1258412662
identifier: governance-controls-update-a-governance-control
@@ -12635,6 +12713,75 @@ menu:
1263512713
unstable:
1263612714
- v2
1263712715
order: 1
12716+
- name: Governance Settings
12717+
url: /api/latest/governance-settings/
12718+
identifier: governance-settings
12719+
generated: true
12720+
- name: List governance resource limits
12721+
url: /api/latest/governance-settings/list-governance-resource-limits/
12722+
identifier: governance-settings-list-governance-resource-limits
12723+
parent: governance-settings
12724+
generated: true
12725+
params:
12726+
versions:
12727+
- v2
12728+
operationids:
12729+
- ListGovernanceResourceLimits
12730+
unstable:
12731+
- v2
12732+
order: 7
12733+
- name: Update governance notification settings
12734+
url: /api/latest/governance-settings/update-governance-notification-settings/
12735+
identifier: governance-settings-update-governance-notification-settings
12736+
parent: governance-settings
12737+
generated: true
12738+
params:
12739+
versions:
12740+
- v2
12741+
operationids:
12742+
- UpdateGovernanceNotificationSettings
12743+
unstable:
12744+
- v2
12745+
order: 9
12746+
- name: Get governance notification settings
12747+
url: /api/latest/governance-settings/get-governance-notification-settings/
12748+
identifier: governance-settings-get-governance-notification-settings
12749+
parent: governance-settings
12750+
generated: true
12751+
params:
12752+
versions:
12753+
- v2
12754+
operationids:
12755+
- GetGovernanceNotificationSettings
12756+
unstable:
12757+
- v2
12758+
order: 8
12759+
- name: List governance limits
12760+
url: /api/latest/governance-settings/list-governance-limits/
12761+
identifier: governance-settings-list-governance-limits
12762+
parent: governance-settings
12763+
generated: true
12764+
params:
12765+
versions:
12766+
- v2
12767+
operationids:
12768+
- ListGovernanceLimits
12769+
unstable:
12770+
- v2
12771+
order: 6
12772+
- name: Get the governance console configuration
12773+
url: /api/latest/governance-settings/get-the-governance-console-configuration/
12774+
identifier: governance-settings-get-the-governance-console-configuration
12775+
parent: governance-settings
12776+
generated: true
12777+
params:
12778+
versions:
12779+
- v2
12780+
operationids:
12781+
- GetGovernanceConfig
12782+
unstable:
12783+
- v2
12784+
order: 5
1263812785
- name: High Availability MultiRegion
1263912786
url: /api/latest/high-availability-multiregion/
1264012787
identifier: high-availability-multiregion
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Get a governance control detection
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Get governance control notification settings
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: List governance control detections
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Mitigate governance detections
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Update a governance control detection
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Update governance control notification settings
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Governance Settings
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Get governance notification settings
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Get the governance console configuration
3+
---

0 commit comments

Comments
 (0)