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