list_assets
List GCP project assets using Cloud Asset Inventory. Filter by asset types and set page size to inventory resources like compute instances, storage, and databases.
Instructions
List assets in a GCP project using Cloud Asset Inventory API.
Args:
project_id: The ID of the GCP project to list assets for
asset_types: Optional list of asset types to filter by (e.g., ["compute.googleapis.com/Instance"])
page_size: Number of assets to return per page (default: 50, max: 1000)
Returns:
List of assets in the specified GCP project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| project_id | Yes | ||
| asset_types | No |