list_cloud_resources
Query and filter cloud resources across AWS, GCP, Azure, and Linode to identify and manage assets efficiently. Supports pagination and free-text search for precise results.
Instructions
List cloud resources for a specific provider with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No | Filter string (e.g., 'resource_type:EC2NetworkInterface,resource_type:SQSQueue,aws_account:123456789012,compliance:not_compliant') | |
limit | No | Maximum number of results to return | |
offset | No | Pagination offset. Default: 0 | |
provider | Yes | Cloud provider (aws, gcp, azure, linode) | |
q | No | Free text search query |