Multicloud Resources

View Multicloud resources in the specified Multicloud subscription, Multicloud compartment, and partner cloud region, using Oracle Multicloud Hub. Details listed for each resource include name, state, resource type, and network anchor.

The API for this task is ListMulticloudResources.

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

      The Multicloud resources 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 Multicloud resources for these filters are displayed in a table.

      Multicloud resources list page
    2. (Optional) To list resources 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.
    3. (Optional) To list resources by type, select Resource type.
      Resource type on Multicloud resources list page

    Filtering List Results

    Use filters under Multicloud resources to limit the resources 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 resource to open its details page, where you can view its status and perform other tasks. You can also select the name of a resource's network anchor to view its details page.

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

    • View resource in partner cloud: Open the partner cloud's details page for the resource.
    • View resource in OCI: Open the OCI details page for the resource.
    • Analyze costs: View cost analysis for the resource.
    • View security alerts: View Cloud Guard alerts for the resource.
    • Copy resource OCID: Copy the OCID of the resource to the clipboard.
    Actions menu on Multicloud resources page
  • Use the oci multicloud multicloud-resources multicloud-resource-collection list-multicloud-resources command and required parameters to list resources:

    oci multicloud multicloud-resources multicloud-resource-collection list-multicloud-resources ... [OPTIONS]

    Example request for Microsoft Azure resources:

    oci multicloud multicloud-resources multicloud-resource-collection list-multicloud-resources \
      --subscription-id <subscription_ocid> \
      --compartment-id <compartment_ocid> \
      --subscription-service-name ORACLEDBATAZURE

    Example response for an Exadata Database VM Cluster resource and an Autonomous AI Database resource:

    {
      "data": {
        "items": [
          {
            "compartment-id": "<compartment_ocid>",
            "compartment-name": "<compartment_name>",
            "csp-additional-properties": null,
            "csp-resource-id": "",
            "defined-tags": {
              "Oracle-Tags": {
                "CreatedBy": "<user_ocid>",
                "CreatedOn": "2025-10-31T19:03:57.197Z"
              }
            },
            "freeform-tags": null,
            "lifecycle-state": "ACTIVE",
            "network-anchor-id": "",
            "network-anchor-name": "",
            "resource-display-name": "example",
            "resource-id": "<resource_ocid>",
            "resource-type": "ExadbVmCluster",
            "system-tags": {
              "orcl-OracleDatabase@Azure": {
                "AzureAvailabilityZone": "Zone 2",
                "AzureLocation": "East US",
                "AzureResourceGroup": "example-resource-group",
                "AzureResourceName": "example-resource-name",
                "AzureResourceProviderNamespace": "Oracle.Database",
                "AzureResourceType": "exadbVmClusters",
                "AzureSubscriptionId": "<azure_subscription_id>",
                "MulticloudAzureRegion": "eastus",
                "SubscriptionId": "<subscription_ocid>"
              }
            },
            "time-created": "2025-10-31T19:04:01.715000+00:00",
            "time-updated": null,
            "vcn-id": "",
            "vcn-name": ""
          },
          {
            "compartment-id": "<compartment_ocid>",
            "compartment-name": "<compartment_name>",
            "csp-additional-properties": null,
            "csp-resource-id": "",
            "defined-tags": {
              "Oracle-Tags": {
                "CreatedBy": "<user_ocid>",
                "CreatedOn": "2025-08-12T14:19:37.498Z"
              }
            },
            "freeform-tags": null,
            "lifecycle-state": "ACTIVE",
            "network-anchor-id": "",
            "network-anchor-name": "",
            "resource-display-name": "testadbsReg",
            "resource-id": "<resource_ocid>",
            "resource-type": "AutonomousDatabase",
            "system-tags": {
              "orcl-OracleDatabase@Azure": {
                "AzureLocation": "East US",
                "AzureResourceGroup": "AdbsDemoRG",
                "AzureSubscriptionId": "<azure_subscription_id>",
                "MulticloudAzureRegion": "eastus",
                "MulticloudTenantId": "<tenancy_ocid>",
                "SubscriptionId": "<subscription_ocid>"
              }
            },
            "time-created": "2025-08-12T14:19:37.532000+00:00",
            "time-updated": null,
            "vcn-id": "",
            "vcn-name": ""
          }
        ]
      }
    }

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

Getting Details for a Resource (OCI)

View the details for a Multicloud resource in the Console, using Multicloud Hub.

On the Multicloud resources list page, select the resource that you want to work with. If you need help finding the list page, see Multicloud Resources.

Multicloud Hub navigates to the corresponding service in the Console. The details page opens and displays information about the resource.

Getting Details for a Resource (Partner Cloud)

View the details for a Multicloud resource in the partner cloud, using Multicloud Hub in the Console.

  1. On the Multicloud resources list page, find the resource that you want to work with. If you need help finding the list page, see Multicloud Resources.
  2. From the Actions menu (three dots), select View resource in partner cloud.