Listing Ingress Gateways

List the ingress gateways in a 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 list of ingress gateways.
    5. On the details page of the mesh, under Resources, click Ingress Gateways.
    In the Ingress Gateways table, you can view the list of ingress gateways.
  • To see what operations are available for ingressgateways list use:

    oci service-mesh ingress-gateway list -h

    To list all the ingress gateways in a compartment use the service-mesh resource with the ingress-gateway option.

    oci service-mesh ingress-gateway list --compartment-id <compartmentId>

    where:

    • <compartmentId> is the ID of the compartment in which to list resources.

    For example:

    oci service-mesh ingress-gateway list --compartment-id ocid.compartment.oc1.iad.aaaa....

    If you want to list those ingress gateways with a status of Active, include the --lifecycle-state ACTIVE parameter in the request. For example:

    oci service-mesh ingress-gateway list --compartment-id ocid.compartment.oc1.iad.aaaa.... --lifecycle-state ACTIVE

    For more information about using the CLI, see:

  • Use the ListIngressGateway operation to list the ingress gateways in a compartment.