Returns the cloud compute rate
GET/v1/clouds/:cloud/compute/:type/rate
Returns the cloud compute rate
Request
Path Parameters
cloud stringrequired
cloud for which compute rate is requested
type stringrequired
instance type for which compute rate is requested
Query Parameters
region stringrequired
region for which compute rate is requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
computefloat64
storagefloat64
totalfloat64
{
"compute": 0,
"storage": 0,
"total": 0
}
Loading...