Skip to main content
Version: latest

Returns the OpenStack keypair

GET 

/v1/clouds/openstack/keypairs

Returns the OpenStack keypair

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific OpenStack cloud account

    project string

    project for which OpenStack keypairs are requested

    region string

    region for which OpenStack keypairs are requested

    domain string

    domain for which OpenStack keypairs are requested

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    items

    object[]

    required

  • Array [

  • namestring

    Name is used to refer to this keypair from other services within this region

    publicKeystring

    PublicKey is the public key from this pair, in OpenSSH format

  • ]

Loading...