Retrieves a list of Azure storage types
GEThttps://api.spectrocloud.com/v1/clouds/azure/regions/:region/storagetypes
Retrieves a list of Azure storage types
Request
Path Parameters
region stringrequired
Region for which Azure storage types are requested
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
storageTypes
object[]
{
"storageTypes": [
{
"cost": {
"discountedUsage": "string",
"price": [
{
"limit": "string",
"price": "string"
}
]
},
"iopsCost": {
"discountedUsage": "string",
"price": [
{
"limit": "string",
"price": "string"
}
]
},
"kind": "string",
"name": "string",
"throughputCost": {
"discountedUsage": "string",
"price": [
{
"limit": "string",
"price": "string"
}
]
}
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/clouds/azure/regions/:region/storagetypes' \
-H 'Accept: application/json'