KeypairCreateRequest

KeypairCreateRequest

NameDescriptionSchemaDefault
name
required
키페어 이름
Example : keypairname
Pattern : ^[a-zA-Z0-9-_ ]*$
Minimum length : 1
Maximum length : 255
string
public_key
optional
Public Key
Example : publickey
any of [string, null]
tags
optional
Tags
Example : [{'key': 'key', 'value': 'value'}]
any of [array[Tag], null]