ImportKeyPair

GET /?Action=ImportKeyPair
Description

Imports a provided public key and creates a keypair.
This action imports the public key of a keypair created by a third-party tool and uses it to create a new keypair. The private key is never provided to 3DS OUTSCALE.

Body parameter

Required: false
Name: ImportKeyPairRequest

Name Description Required Schema Default Example

KeyName

A unique name for the keypair, with a maximum length of 255 ASCII printable characters.

true

string

PublicKeyMaterial

The public key. If you are not using command line tools, it must be encoded in base64.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

ImportKeyPairResult

Response 200

Response 200

Name Description Required Schema Default Example

keyFingerprint

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

false

string

keyName

The keypair name you specified.

false

string

requestId

The ID of the request.

false

string