list_route_tables
List OCI route tables in a compartment, optionally filtered by VCN. Get a summary with route rule counts, or pass raw=true to view actual route rules.
Instructions
Lists route tables in a compartment, optionally filtered by VCN. Returns a trimmed summary (with route rule count) per table unless raw=true — pass raw=true to inspect the actual routes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full OCI SDK object (including route rules) per table instead of the trimmed summary (default: false) | |
| vcnId | No | Optional VCN OCID filter | |
| region | No | OCI region ID to query (e.g. sa-vinhedo-1). Default: server-configured region | |
| compartmentId | No | Compartment OCID (default: tenancy root) |