manage_advanced_security
View and manage Azure DevOps Advanced Security alerts by listing or retrieving specific alerts with filtering options for states and severities.
Instructions
Manage Azure DevOps Advanced Security alerts. Actions: 'list_alerts', 'get_alert'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list_alerts', 'get_alert' | |
| project_key | No | Project name (required) | |
| repo_id | No | Repository name or ID (required) | |
| alert_id | No | Alert ID (required for get_alert) | |
| states | No | Filter by alert states (for list_alerts) | |
| severities | No | Filter by severities (for list_alerts) |