Backup Location Resource Service Update
Update (overwrite) a BackupLocation.
Request
URI
PUT
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/dataprotection/providers/{backupLocation.fullName.providerName}/backuplocations/{backupLocation.fullName.name}
COPY
Path Parameters
string
backupLocation.fullName.providerName
Required
Name of the data protection provider name.
string
backupLocation.fullName.name
Required
Name of the Backup Location.
Request Body
vmware.tanzu.manage.v1alpha1.dataprotection.provider.backuplocation.UpdateBackupLocationRequest
of type(s)
application/json
Required
{
"backupLocation": {
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"fullName": {
"orgId": "string",
"providerName": "string",
"name": "string"
},
"spec": {
"targetProvider": "string",
"config": {
"s3Config": {
"s3ForcePathStyle": false,
"s3Url": "string",
"publicUrl": "string"
},
"azureConfig": {
"resourceGroup": "string",
"storageAccount": "string",
"subscriptionId": "string"
}
},
"bucket": "string",
"region": "string",
"credential": {
"orgId": "string",
"name": "string"
},
"assignedGroups": [
{
"clustergroup": {
"orgId": "string",
"name": "string"
},
"cluster": {
"orgId": "string",
"managementClusterName": "string",
"provisionerName": "string",
"name": "string"
}
}
],
"caCert": "string"
},
"status": {
"observedGeneration": "string",
"phase": "string",
"phaseInfo": "string",
"availablePhases": [
"string"
],
"type": "string"
}
}
}
Responses
200
A successful response.
Returns
vmware.tanzu.manage.v1alpha1.dataprotection.provider.backuplocation.UpdateBackupLocationResponse
of type(s)
*/*
{
"backupLocation": {
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"fullName": {
"orgId": "string",
"providerName": "string",
"name": "string"
},
"spec": {
"targetProvider": "string",
"config": {
"s3Config": {
"s3ForcePathStyle": false,
"s3Url": "string",
"publicUrl": "string"
},
"azureConfig": {
"resourceGroup": "string",
"storageAccount": "string",
"subscriptionId": "string"
}
},
"bucket": "string",
"region": "string",
"credential": {
"orgId": "string",
"name": "string"
},
"assignedGroups": [
{
"clustergroup": {
"orgId": "string",
"name": "string"
},
"cluster": {
"orgId": "string",
"managementClusterName": "string",
"provisionerName": "string",
"name": "string"
}
}
],
"caCert": "string"
},
"status": {
"observedGeneration": "string",
"phase": "string",
"phaseInfo": "string",
"availablePhases": [
"string"
],
"type": "string"
}
}
}
default
An unexpected error response.
Returns
grpc.gateway.runtime.Error
of type(s)
*/*
{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}
Backup Location Resource Service Operations
POST
Backup Location Resource Service Create
DELETE
Backup Location Resource Service Delete
GET
Backup Location Resource Service Get
GET
Backup Location Resource Service Get
GET
Backup Location Resource Service List
GET
Backup Location Resource Service List
PATCH
Backup Location Resource Service Patch
PUT
Backup Location Resource Service Update