Home / Reference / BlueXP & CVO

BlueXP & Cloud Volumes ONTAP: NetApp's cloud control plane

BlueXP is NetApp's SaaS-based control plane for everything storage — on-prem ONTAP clusters, cloud VMs, and the managed services like FSx for ONTAP and Azure NetApp Files. Cloud Volumes ONTAP (CVO) is the software-defined ONTAP that BlueXP deploys into your cloud account as VMs. This guide explains who does what, how the licensing works, and when to pick CVO over the fully-managed services.

Diagram of BlueXP as a SaaS control plane connecting to on-prem ONTAP, Cloud Volumes ONTAP, FSx for ONTAP and Azure NetApp Files

BlueXP: the control plane

Cloud Volumes ONTAP (CVO): the software-defined ONTAP

# CVO looks like any other ONTAP cluster to your tooling:
system node show
# Same automation works — REST API, Ansible, PowerShell:
curl -u admin -k https://cvo-mgmt.example/ \
  -H "Accept: application/json" \
  "https://cvo-mgmt.example/api/storage/volumes"

Licensing: the part everyone asks about

BlueXP vs the managed services

DimensionCloud Volumes ONTAPFSx for ONTAP / ANF
Who operates the ONTAPYou (patches, upgrades)Cloud provider
AccessFull CLI, node shell, RESTManaged API; limited/no node shell
Feature setFull ONTAP (FlexGroup, MetroCluster, etc.)Core ONTAP feature set
BillingCompute + storage + ONTAP license (PAYGO/BYOL)All-in cloud pricing
Best forMax control, unusual regions, full feature needsLowest operational overhead, cloud-native teams

Rule of thumb: if the managed service covers your region and feature needs, use it — you don't want to patch ONTAP in the cloud if you don't have to. CVO earns its keep when you need the full feature set, a specific region, or a consistent hybrid fleet managed from one BlueXP plane.

Getting started with BlueXP

  1. Sign in at BlueXP with a NetApp account (free) and create a working environment.
  2. Deploy a Connector into your cloud account (BlueXP walks you through the IAM role/subscription permissions) or an on-prem connector.
  3. Add your on-prem cluster (via ONTAP REST/SSH credentials) or deploy a new CVO.
  4. Connect cloud volumes: FSx for ONTAP and ANF working environments appear in later BlueXP releases — one dashboard, one set of policies.

Note: exact menu paths, supported ONTAP versions, and which managed services BlueXP can manage change release to release — confirm against the current BlueXP documentation before planning migrations around it.