ServerCreateRequestV1Dot2
ServerCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| file_storage_ids optional | File Storage ID list Example : ['96d258ea-dd5d-4cca-bb3a-b6909b7e2065', '949bd9c7-2098-4284-9685-13268d193117'] | any of [array[string], null] | |
| 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 | 서버 시작 시 실행되는 스크립트 또는 구성입니다. Base64로 인코딩된 문자열이어야 하며 65535 바이트를 초과할 수 없습니다. Example : IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== | any of [string, null] | |
| volumes required | 볼륨 목록 | array[VolumeV1Dot2] |