Set up Google Cloud backup to cloud
POST /onprem/working-environments/{workingEnvironmentId}/gcp-cloud-backup-setup
Sets up Google Cloud backup to cloud on an on-premises system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
project |
string |
False |
Google Cloud project ID. By default, the NetApp Console project. |
region |
string |
False |
The region. By default, the NetApp Console region. |
accessKey |
string |
False |
Google Cloud access key used by NetApp Backup and Recovery. |
secretKey |
string |
False |
Google Cloud secret key used by NetApp Backup and Recovery. |
ipSpace |
string |
False |
IPspace |
Example request
{
"project": "string",
"region": "string",
"accessKey": "string",
"secretKey": "string",
"ipSpace": "string"
}
Error
Status: Default, Default response