Listing Network Anchors

View network anchors in the specified Multicloud subscription, Multicloud compartment, and partner cloud region, using Oracle Multicloud Hub. Details listed for each resource include name, state, VCN, and ODB network ID. A network anchor's listed VCN and ODB network ID also serve as links to access those details.

The API operation for this task is ListNetworkAnchors.

    1. Open the navigation menu  and select Hybrid & Multicloud. Under Multicloud Hub, select Network anchors.

      The Network anchors list page opens, with the mandatory filters set to the first identified Multicloud subscription ID, its first Multicloud compartment, and its first partner cloud region (ordered alphabetically). All network anchors for these filters are displayed in a table.

      Network anchors list page
    2. (Optional) To list network anchors for another Multicloud subscription, Multicloud compartment, or partner cloud region, perform the following steps.
      1. Select Edit filters.
      2. In the Edit filters panel, select the Multicloud subscription, its Multicloud compartment, and its partner cloud region.

        The type of Multicloud compartment is indicated by its parenthetical phrase suffix. For example, "Azure Subscription Id" in parentheses with the subscription ID indicates that the compartment is a Microsoft Azure subscription compartment.

      3. Select Update.

    Filtering List Results

    Use filters to limit the network anchors in the list.

    From the Search and Filter box above the list table, select one or more filters and specify the values that you want to use to narrow the list. The filters correspond to the columns shown in the list table.

    Change the order of the items in the list table by using the sort icons next to the column names.

    For information about searching for resources and managing the columns in the list table, see Listing Resources.

    Actions

    In the list table, select the name of a network anchor to open its details page, where you can view its status and perform other tasks.

    To perform an action on a network anchor directly from the list table, select an available option from the Actions menu (three dots) in the row for that network anchor:

    • View details: Open the OCI details page for the network anchor.
    • View resource in partner cloud: Open the partner cloud's details page for the network anchor.

      This option is available for some partner clouds.

  • Use the oci multicloud omhub-network-anchor network-anchor-collection list-network-anchors command and required parameters to list network anchors:

    oci multicloud omhub-network-anchor network-anchor-collection list-network-anchors ... [OPTIONS]

    Example request:

    oci multicloud omhub-network-anchor network-anchor-collection list-network-anchors \
      --external-location eastus \
      --subscription-id <subscription_ocid> \
      --subscription-service-name ORACLEDBATAZURE \
      --compartment-id <compartment_ocid> \
      --all

    Example response:

    {
      "data": {
        "items": [
          {
            "compartment-id": "<compartment_ocid>",
            "defined-tags": {
              "Oracle-Tags": {
                "CreatedBy": "<user_ocid>",
                "CreatedOn": "2025-10-22T17:10:06.073Z"
              }
            },
            "display-name": "example",
            "freeform-tags": {},
            "id": "<network_anchor_ocid>",
            "lifecycle-details": null,
            "lifecycle-state": null,
            "resource-anchor-id": "<resource_anchor_ocid>",
            "system-tags": {},
            "time-created": "2025-10-22T17:10:27.396000+00:00",
            "time-updated": "2025-10-22T17:19:36.289000+00:00",
            "vcn-id": "<vcn_ocid>"
          }
        ]
      }
    }

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.