Skip to main content

Set up Azure backup to cloud

POST /onprem/working-environments/{workingEnvironmentId}/azure-cloud-backup-setup

Sets up Azure backup to cloud on an on-premises system.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

Request Body

Name Type Required Description

rgName

string

False

Azure resource group name. By default, it creates a new resource group.

ipSpace

string

False

IPspace

region

string

False

The region. By default, the NetApp Console region.

subscriptionId

string

False

The subscription ID. By default, the NetApp Console Azure subscription.

Example request
{
  "rgName": "string",
  "ipSpace": "string",
  "region": "string",
  "subscriptionId": "string"
}

Error

Status: Default, Default response