Backup Location Resource Service Get
Get a BackupLocation.
Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clusters/{fullName.clusterName}/dataprotection/backuplocations/{fullName.name}
COPY
Path Parameters
string
fullName.providerName
Required
Name of the data protection provider name.
string
fullName.name
Required
Name of the Backup Location.
Query Parameters
string
fullName.orgId
Optional
ID of Organization.
Responses
200
A successful response.
Returns vmware.tanzu.manage.v1alpha1.dataprotection.provider.backuplocation.GetBackupLocationResponse 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