Skip to main content
Version: latest

Get the openstack keypairs for a given account and scope

GET 

/v1/cloudaccounts/openstack/:uid/properties/keypairs

Get the openstack keypairs for a given account and scope

Request

Path Parameters

    uid stringrequired

Query Parameters

    project string
    region string
    domain string

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