Google Cloud Chronicle · Capability
Google Cloud Chronicle API
The Chronicle API provides programmatic access to Google Cloud's security analytics platform. It supports ingesting security telemetry, searching security data using UDM, managing detection rules, investigating alerts, and accessing threat intelligence.
What You Can Do
GET
Listrules
— Google Cloud Chronicle List detection rules
/projects/{projectId}/locations/{location}/instances/{instanceId}/rules
POST
Createrule
— Google Cloud Chronicle Create a detection rule
/projects/{projectId}/locations/{location}/instances/{instanceId}/rules
GET
Getrule
— Google Cloud Chronicle Get a detection rule
/projects/{projectId}/locations/{location}/instances/{instanceId}/rules/{ruleId}
PATCH
Updaterule
— Google Cloud Chronicle Update a detection rule
/projects/{projectId}/locations/{location}/instances/{instanceId}/rules/{ruleId}
DELETE
Deleterule
— Google Cloud Chronicle Delete a detection rule
/projects/{projectId}/locations/{location}/instances/{instanceId}/rules/{ruleId}
GET
Listalerts
— Google Cloud Chronicle List alerts
/projects/{projectId}/locations/{location}/instances/{instanceId}/alerts
GET
Listfeeds
— Google Cloud Chronicle List feeds
/projects/{projectId}/locations/{location}/instances/{instanceId}/feeds
POST
Createfeed
— Google Cloud Chronicle Create a feed
/projects/{projectId}/locations/{location}/instances/{instanceId}/feeds
GET
Listreferencelists
— Google Cloud Chronicle List reference lists
/projects/{projectId}/locations/{location}/instances/{instanceId}/referenceLists
MCP Tools
listrules
Google Cloud Chronicle List detection rules
read-only
idempotent
createrule
Google Cloud Chronicle Create a detection rule
getrule
Google Cloud Chronicle Get a detection rule
read-only
idempotent
updaterule
Google Cloud Chronicle Update a detection rule
deleterule
Google Cloud Chronicle Delete a detection rule
idempotent
listalerts
Google Cloud Chronicle List alerts
read-only
idempotent
listfeeds
Google Cloud Chronicle List feeds
read-only
idempotent
createfeed
Google Cloud Chronicle Create a feed
listreferencelists
Google Cloud Chronicle List reference lists
read-only
idempotent