Get all AWS Volume Types
GET/v1/clouds/aws/volumeTypes
List all AWS Volume Types
Request
Query Parameters
region stringrequired
Specific AWS Region
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
volumeTypes
object[]
idstring
AWS volume type id
maxIopsstring
Iops through put of volume type
maxThroughPutstring
Max through put of volume type
namestring
AWS Volume Type Name
{
  "volumeTypes": [
    {
      "id": "string",
      "maxIops": "string",
      "maxThroughPut": "string",
      "name": "string"
    }
  ]
}
Loading...