ServerCreateRequest
ServerCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| image_id required | 이미지 ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| keypair_name required | 키페어 이름 Example : keypairname | string | |
| lock optional | 잠김 여부 Example : False | any of [boolean, null] | |
| max_count optional | 최대 생성 개수 Example : 2 | any of [integer, null] | 1 |
| metadata optional | 메타 데이터 Example : | any of [object, null] | |
| name required | 서버 이름 Example : servernamePattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum length : 63 | string | |
| networks required | 네트워크 목록 | array[Network] | |
| partition_number optional | 파티션 넘버 Example : 1 | any of [integer, null] | |
| product_category optional | 상품군 Example : compute | any of [enum (compute, container), null] | |
| product_offering optional | 상품 Example : virtual_server | any of [enum (virtual_server, gpu_server, k8s_vm, k8s_gpu_vm), null] | |
| security_groups optional | Security Group 목록 Example : ['c09c3f05-03d9-443f-b27a-40e0f973c75f'] | any of [array[string], null] | |
| server_group_id optional | 서버 그룹 ID Example : 616fb98f-46ca-475e-917e-2563e5a8cd19 | any of [string, null] | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| tags optional | Tags Example : [{'key': 'key', 'value': 'value'}] | any of [array[Tag], null] | |
| user_data optional | 사용자 데이터 Example : IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== | any of [string, null] | |
| volumes optional | 볼륨 | any of [array[Volume], null] |