Listing Ingress Gateway Route Tables

List the route tables in an ingress gateway in Service Mesh.

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. From the list of meshes, click the mesh name for which you want to view the list of ingress gateway route tables.
    5. On the details page of the mesh, under Resources, click Ingress Gateways.
    6. 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 the ingress-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.