list_cloud_diagram_node_activities
Retrieve change history for a cloud diagram component node. Shows create, update, and delete activities with user and timestamp.
Instructions
Use this when the user wants the change history of a single component node in a cloud diagram layer. Returns individual activity records (NODE_CREATE/NODE_UPDATE/NODE_DELETE) for the given node (ss_id + nodeId), ordered by timestamp descending, each including the user who made the change. Page with offset/limit. Do NOT use this for cost analysis (use run_query) or incidents (use get_cloud_incidents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return (default 50). | |
| ss_id | Yes | Layer ID the node belongs to. | |
| nodeId | Yes | Node component ID. | |
| offset | No | Number of records to skip (default 0). |