Skip to main content
Version: latest

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

(empty)

Schema

    keyNamesstring[]

    Array of Aws Keypair names

Loading...