You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
460 B

meta {
name: create server
type: http
seq: 7
}
post {
url: {{baseurl}}/servers
body: multipartForm
auth: inherit
}
body:multipart-form {
name: demo1
zone: lpg1
flavor: flex-4-1
image: debian-12
volume_size_gb: 10
ssh_keys: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl6TPTdcIoONUYBYFF7T96JJ1SNq9VeFOzR7LUNoFHJ ueli@Air-von-Ueli
user_data: '''
#cloud-config
packages: ['nginx']
'''
}
settings {
encodeUrl: true
timeout: 0
}