list_subnets
Retrieve a list of subnets within a specified GCP project, with optional region filtering. Simplify network management by accessing subnet details efficiently.
Instructions
List subnets in a GCP project, optionally filtered by region.
Args:
project_id: The ID of the GCP project
region: Optional region to filter subnets by
Returns:
List of subnets in the specified GCP project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| region | No |