list_security_rules
Retrieve and display security detection rules from Chronicle SecOps MCP Server using specified project, customer, and region parameters.
Instructions
List security detection rules from Chronicle.
Args:
project_id: Google Cloud project ID (defaults to config)
customer_id: Chronicle customer ID (defaults to config)
region: Chronicle region (defaults to config)
Returns:
Raw response from the Chronicle API containing security detection rules
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customer_id | No | ||
project_id | No | ||
region | No |
Input Schema (JSON Schema)
{
"properties": {
"customer_id": {
"default": null,
"title": "Customer Id",
"type": "string"
},
"project_id": {
"default": null,
"title": "Project Id",
"type": "string"
},
"region": {
"default": null,
"title": "Region",
"type": "string"
}
},
"title": "list_security_rulesArguments",
"type": "object"
}