Skip to main content
Version: latest

Retrieves a list of Tencent instance types

GET 

/v1/clouds/tencent/regions/:region/instancetypes

Retrieves a list of Tencent instance types

Request

Path Parameters

    region stringrequired

    Region for which tencent instances are listed

Query Parameters

    cpuGtEq double

    Filter for instances having cpu greater than or equal

    memoryGtEq double

    Filter for instances having memory greater than or equal

    gpuGtEq double

    Filter for instances having gpu greater than or equal

    cloudAccountUid stringrequired

    Uid for the specific tencent cloud account

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    instanceTypes

    object[]

  • Array [

  • categorystring

    Category of instance type

    cost

    object

    Instance cost entity

    price

    object[]

    Array of cloud instance price

  • Array [

  • onDemanddouble

    OnDemand price of instance

    osstring

    Possible values: [linux, windows]

    Os associated with instance price. Allowed values - [linux, windows]

    spotdouble

    Spot price of instance

  • ]

  • cpudouble

    Cpu of instance type

    gpudouble

    Gpu of instance type

    memorydouble

    Memory of instance type

    nonSupportedZonesstring[]

    Non supported zones of the instance in a particular region

    pricedouble

    Price of instance type

    supportedArchitecturesstring[]

    Supported architecture of the instance

    typestring

    Type of instance type

  • ]

Loading...