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
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
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
{
"items": [
{
"name": "string",
"publicKey": "string"
}
]
}
Loading...