Returns the specified Azure location
GEThttps://api.spectrocloud.com/v1/users/assets/locations/azure/:uid
Returns the specified Azure location
Request
Path Parameters
uid stringrequired
Specify the Azure location uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (auto)
Schema
metadata object
spec object
{
"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"
}
}
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/users/assets/locations/azure/:uid' \
-H 'Accept: application/json' \
-H 'ApiKey: <ApiKey>'