list_cloud_diagram_activity_groups
Retrieve snapshot-grouped change history for a cloud diagram layer, listing create, update, and delete activities for nodes, links, groups, and attachments. Supports tag filtering and pagination.
Instructions
Use this when the user wants the change history of a cloud diagram layer grouped by snapshot. Returns snapshot activity groups for the given layer (ss_id), ordered by timestamp descending; each group references a snapshot and contains the individual activity records (node/link/group/attachment create/update/delete) that belong to it. Page with offset/limit and filter with tags. Do NOT use this for cost analysis (use run_query) or incidents (use get_cloud_incidents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter activity groups by tags. | |
| limit | No | Maximum number of groups to return (default 10). | |
| ss_id | Yes | Layer ID to list activity groups for. | |
| offset | No | Number of groups to skip (default 0). |