Skip to main content

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

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