Getting Ingress Gateway Route Table Details

Get the details of a specific ingress gateway route table 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 that contains the ingress gateway for which you want to view the route table details.
    5. On the details page of the mesh, under Resources, click Ingress Gateways.
    6. In the Ingress Gateways table, click the ingress gateway that contains the route table for which you want to view the details.
    7. On the ingress gateway details page, from the Route Tables table, click the route table for which you want to view the details.
    On the details page of the route table, you can view the details.
  • To get the details for an ingress gateway route table, use the service-mesh resource with the ingress-gateway-route-table option.

    oci service-mesh ingress-gateway-route-table get --ingress-gateway-route-table-id <ingress-gateway-route-table-id>

    Example:

    oci service-mesh ingress-gateway-route-table get --ingress-gateway-route-table-id ocid.meshingressgatewayroutetable.oc1.iad.aaaa....

    To see what operations are available for ingress-gateway-route-table get use:

    oci service-mesh ingress-gateway-route-table get -h
  • Use the GetIngressGatewayRouteTable operation to view the details of an ingress gateway route table.