Getting Ingress Gateway Details

Get the details of a specific ingress gateway in Service Mesh.

Important

Before you proceed, you must set up the appropriate OCI policies for the ingress gateway resource. For details, see Required IAM Policy for Ingress Gateways.
    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 ingress gateway details.
    5. On the details page of the mesh, under Resources, click Ingress Gateways.
    6. From the Ingress Gateways table, click the ingress gateway for which you want to view the details.
    On the details page of the ingress gateway, you can view the details.
  • To see what operations are available for ingressgateways get use:

    oci service-mesh ingress-gateway get -h

    To get the details for an ingress gateway, use the service-mesh resource with the ingress-gateway option.

    oci service-mesh ingress-gateway get --ingress-gateway-id <ingressGatewayId>

    where:

    • <ingressGatewayId> is the OCID of the ingress gateway.

    For example:

    oci service-mesh ingress-gateway get --ingress-gateway-id ocid.meshingressgateway.oc1.iad.aaaa....
  • Use the GetIngressGateway operation to view the details an ingress gateway.