Skip to main content
Version: latest

Retrieves a list of keypairs for the specified account

GET 

/v1/clouds/tencent/regions/:region/keypairs

Retrieves a list of keypairs for the specified account

Request

Path Parameters

    region stringrequired

    Region for which keypairs are requested

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific Tencent cloud account

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    keypairs

    object[]

  • Array [

  • idstring

    Tencent keypair id

    namestring

    Tencent keypair name

    publickeystring

    Tencent public key

  • ]

Loading...