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 |
|
ipSpace |
string |
False |
|
region |
string |
False |
|
subscriptionId |
string |
False |
Example request
{
"rgName": "string",
"ipSpace": "string",
"region": "string",
"subscriptionId": "string"
}
Error
Status: Default, Default response