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
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
keypairs
object[]
idstring
Tencent keypair id
namestring
Tencent keypair name
publickeystring
Tencent public key
{
  "keypairs": [
    {
      "id": "string",
      "name": "string",
      "publickey": "string"
    }
  ]
}
Loading...