Listing Ingress Gateway Route Tables
List the route tables in an ingress gateway in Service Mesh.
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
- Click Service Meshes.
- On the Service Mesh page, from the list of compartments on the left side, select a compartment.
- From the list of meshes, click the mesh name for which you want to view the list of ingress gateway route tables.
- On the details page of the mesh, under Resources, click Ingress Gateways.
- In the Ingress Gateways table, click the ingress gateway for which you want to view the route tables.
On the ingress gateway details page, under Route Tables, view the list of route tables. List the ingress gateway route tables in an ingress gateway.
To list all the ingress gateway route tables in an ingress gateway, use the
service-mesh
resource with theingress-gateway-route-table
option.oci service-mesh ingress-gateway-route-table list --ingress-gateway-id <ingress-gateway-id>
Example:
oci service-mesh ingress-gateway-route-table list --ingress-gateway-id ocid.meshigressgatewayroutetable.oc1.iad.aaaa....
To see what operations are available for
ingress-gateway-route-table list
use:oci service-mesh ingress-gateway-route-table list -h
Use the ListIngressGatewayRouteTable operation to list the ingress gateway route tables in an ingress gateway.