Returns the specified Azure location
GET/v1/users/assets/locations/azure/:uid
Returns the specified Azure location
Request
Path Parameters
Specify the Azure location uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
metadata object
ObjectMeta input entity for object creation
annotations object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set
labels object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
Name of the resource
spec object
Azure location specification
config objectrequired
Azure storage config object
Azure container name
credentials objectrequired
Azure cloud account credentials
Possible values: [azure-china
, azure-government
, public
]
Default value: public
Contains configuration for Azure cloud
Azure resource group name, to which the storage account is mapped
Azure sku
Azure storage name
Set to 'true', if location has to be set as default
Azure location type [azure]
{
"metadata": {
"annotations": {},
"labels": {},
"name": "string"
},
"spec": {
"config": {
"containerName": "string",
"credentials": {
"clientCloud": "public",
"clientId": "string",
"clientSecret": "string",
"subscriptionId": "string",
"tenantId": "string"
},
"resourceGroup": "string",
"sku": "string",
"storageName": "string"
},
"isDefault": true,
"type": "string"
}
}