Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ menu:
- GetSecretsRules
unstable:
- v2
order: 77
order: 78
- name: Ruleset get multiple
url: '#ruleset-get-multiple'
identifier: security-monitoring-ruleset-get-multiple
Expand Down Expand Up @@ -2571,7 +2571,7 @@ menu:
- RunThreatHuntingJob
unstable:
- v2
order: 61
order: 62
- name: List threat hunting jobs
url: '#list-threat-hunting-jobs'
identifier: security-monitoring-list-threat-hunting-jobs
Expand Down Expand Up @@ -2659,7 +2659,7 @@ menu:
operationids:
- SearchSecurityMonitoringSignals
unstable: []
order: 71
order: 72
- name: Get a quick list of security signals
url: '#get-a-quick-list-of-security-signals'
identifier: security-monitoring-get-a-quick-list-of-security-signals
Expand Down Expand Up @@ -2816,7 +2816,7 @@ menu:
operationids:
- ListSecurityMonitoringRules
unstable: []
order: 49
order: 50
- name: Deactivate content pack
url: '#deactivate-content-pack'
identifier: security-monitoring-deactivate-content-pack
Expand Down Expand Up @@ -2855,7 +2855,7 @@ menu:
- GetContentPacksStates
unstable:
- v2
order: 46
order: 47
- name: Get a suppression's version history
url: '#get-a-suppressions-version-history'
identifier: security-monitoring-get-a-suppressions-version-history
Expand Down Expand Up @@ -3181,7 +3181,7 @@ menu:
- ListVulnerabilities
unstable:
- v2
order: 79
order: 80
- name: Patch a signal-based notification rule
url: '#patch-a-signal-based-notification-rule'
identifier: security-monitoring-patch-a-signal-based-notification-rule
Expand Down
12 changes: 6 additions & 6 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99999,7 +99999,7 @@ paths:
summary: List vulnerabilities
tags:
- "Security Monitoring"
x-menu-order: 79
x-menu-order: 80
x-permission:
operator: OR
permissions:
Expand Down Expand Up @@ -101187,7 +101187,7 @@ paths:
summary: Get content pack states
tags:
- Security Monitoring
x-menu-order: 46
x-menu-order: 47
x-unstable: |-
**Note**: This endpoint is in preview and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
Expand Down Expand Up @@ -101306,7 +101306,7 @@ paths:
- security_monitoring_rules_read
summary: List rules
tags: ["Security Monitoring"]
x-menu-order: 49
x-menu-order: 50
"x-permission":
operator: OR
permissions:
Expand Down Expand Up @@ -101802,7 +101802,7 @@ paths:
summary: Get a list of security signals
tags: ["Security Monitoring"]
x-codegen-request-body-name: body
x-menu-order: 71
x-menu-order: 72
x-pagination:
cursorParam: body.page.cursor
cursorPath: meta.page.after
Expand Down Expand Up @@ -103231,7 +103231,7 @@ paths:
summary: Run a threat hunting job
tags: ["Security Monitoring"]
x-codegen-request-body-name: body
x-menu-order: 61
x-menu-order: 62
"x-permission":
operator: OR
permissions:
Expand Down Expand Up @@ -104504,7 +104504,7 @@ paths:
summary: Returns a list of Secrets rules
tags:
- "Security Monitoring"
x-menu-order: 77
x-menu-order: 78
x-unstable: "**Note**: This endpoint may be subject to changes."
/api/v2/statuspages:
get:
Expand Down
Loading