Skip to main content
Version: latest

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

(empty)

Schema

    volumeTypes

    object[]

  • Array [

  • idstring

    AWS volume type id

    maxIopsstring

    Iops through put of volume type

    maxThroughPutstring

    Max through put of volume type

    namestring

    AWS Volume Type Name

  • ]

Loading...