Get Key Pair
Returns the key pair associated with the given id.
Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/keyPairs/{id}
COPY
Path Parameters
integer
id
Required
The id of the key pair.
Responses
200
The key pair is retrieved.
Returns
KeyPair
of type(s)
*/*
{
"secretKey": "string",
"name": "string",
"id": 0,
"computeResourceId": "string"
}
string
secretKey
Optional
secretKey
string
name
Required
name
integer As int32
As int32
id
Optional
id
string
computeResourceId
Required
computeResourceId
Key Pair Operations
POST
Create Key Pair
DELETE
Delete Key Pair
GET
Get Key Pair
GET
List Key Pair
PUT
Update Key Pair