Retrieves a list of Tencent storage types
GEThttps://api.spectrocloud.com/v1/clouds/tencent/regions/:region/storagetypes
Retrieves a list of Tencent storage types
Request
Path Parameters
region stringrequired
Region for which tencent storages are listed
Query Parameters
cloudAccountUid stringrequired
Uid for the specific tencent cloud account
zone stringrequired
Zone for which tencent storages are listed
Header Parameters
ProjectUid string
Scope the request to the specified project uid
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/tencent/regions/:region/storagetypes' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'