Retrieves a list of AWS keypairs
GET/v1/clouds/aws/regions/:region/keypairs
Retrieves a list of AWS keypairs
Request
Path Parameters
region stringrequired
Region for which AWS key pairs are requested
Query Parameters
cloudAccountUid stringrequired
Uid for the specific AWS cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
keyNamesstring[]
Array of Aws Keypair names
{
"keyNames": [
"string"
]
}
Loading...