Skip to main content
Version: latest

Retrieves a list of Tencent storage types

GET 

/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

(empty)

Schema

    storageTypes

    object[]

  • Array [

  • cost

    object

    Cloud storage cost

    discountedUsagestring

    Cloud storage upper limit which is free.

    price

    object[]

    Array of cloud storage range prices

  • Array [

  • 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

  • Array [

  • 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

  • Array [

  • limitstring

    Upper limit of cloud storage usage

    pricestring

    Price of cloud storage type

  • ]

  • ]

Loading...