Get Azure storage account types
GEThttps://api.spectrocloud.com/v1/clouds/azure/storageaccounttypes
Returns Azure storage account types.
Request
Query Parameters
region string
Region for which Azure storage account types are requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
storageAccountTypes
object[]
{
"storageAccountTypes": [
{
"id": "string",
"name": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/clouds/azure/storageaccounttypes' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'