Retrieves a list of Gcp storage types
GET/v1/clouds/gcp/regions/:region/storagetypes
Retrieves a list of Gcp storage types
Request
Path Parameters
region stringrequired
Region for which GCP storage 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
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
storageTypes object[]
cost object
Cloud storage cost
discountedUsagestring
Cloud storage upper limit which is free.
price object[]
Array of cloud storage range prices
limitstring
Upper limit of cloud storage usage
pricestring
Price of cloud storage type
iopsCost object
Cloud storage cost
discountedUsagestring
Cloud storage upper limit which is free.
price object[]
Array of cloud storage range prices
limitstring
Upper limit of cloud storage usage
pricestring
Price of cloud storage type
kindstring
kind of storage type
namestring
Name of the storage type
throughputCost object
Cloud storage cost
discountedUsagestring
Cloud storage upper limit which is free.
price object[]
Array of cloud storage range prices
limitstring
Upper limit of cloud storage usage
pricestring
Price of cloud storage type
{
"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"
}
]
}
}
]
}
Loading...