search_cloud_diagrams
Search cloud infrastructure diagrams by name or property to find matching layers, components, and property matches. Optionally filter by layer or paginate results.
Instructions
Use this when the user wants to search their cloud infrastructure diagrams and components by name or property. Returns matching diagram layers (scheme), components, and components matched by property value (prop). Optionally scope to a single layer with ss_id and page with from/size. Do NOT use this for cost analysis (use run_query) or incidents (use get_cloud_incidents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Pagination offset (default 0). | |
| size | No | Maximum number of results per category (default 20). | |
| query | Yes | Search query string. | |
| ss_id | No | Limit search to components within this layer (layer ID). |