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.
Before You Begin
For important policy information, Before You Begin.
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 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> \ --allExample 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.
