ServerCreateRequest
ServerCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| image_id required | Image ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| keypair_name required | Keypair name Example : keypairname | string | |
| lock optional | Locked Example : False | any of [boolean, null] | |
| max_count optional | Max count Example : 2 | any of [integer, null] | 1 |
| metadata optional | Metadata Example : | any of [object, null] | |
| name required | Server name Example : servernamePattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum length : 63 | string | |
| networks required | List of Network | array[Network] | |
| partition_number optional | Partition number Example : 1 | any of [integer, null] | |
| product_category optional | Product category Example : compute | any of [enum (compute, container), null] | |
| product_offering optional | Product offering Example : virtual_server | any of [enum (virtual_server, gpu_server, k8s_vm, k8s_gpu_vm), null] | |
| security_groups optional | Security Groups Example : ['c09c3f05-03d9-443f-b27a-40e0f973c75f'] | any of [array[string], null] | |
| server_group_id optional | Server Group ID Example : 616fb98f-46ca-475e-917e-2563e5a8cd19 | any of [string, null] | |
| server_type_id required | Server type ID Example : s1v1m2 | string | |
| tags optional | Tags Example : [{'key': 'key', 'value': 'value'}] | any of [array[Tag], null] | |
| user_data optional | User data Example : IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== | any of [string, null] | |
| volumes optional | Volumes | any of [array[Volume], null] |