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
- 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...