{
"name": "Create new sandbox",
"type": "SANDBOX_CREATE_NEW",
"trigger_time": "ON_EVERY_EXECUTION",
"last_execution_status": "SUCCESSFUL",
"disabled": false,
"sandbox_name": "new sandbox with playbooks",
"ignore_errors": false,
"run_next_parallel": false,
"sandbox_distribution": "ubuntu/focal",
"sandbox_playbooks": [
{
"type": "APACHE",
"install_php": true,
"php_version": "8.0",
"php_modules": [
"gd",
"mysql",
"opcache",
"curl",
"xml",
"mbstring",
"imagick",
"zip"
],
"modules": [
"expires",
"headers",
"rewrite"
]
},
{
"type": "DOCKER"
},
{
"type": "MONGO",
"version": "5.0"
},
{
"type": "NODE",
"version": "12"
},
{
"type": "POSTGRES",
"db": "test",
"user": "test",
"password": "test"
},
{
"type": "REDIS"
},
{
"type": "RUBY",
"version": "2.7"
},
{
"type": "MYSQL",
"version": "8.0",
"db": "wp",
"user": "wp",
"password": "wp"
},
{
"type": "WORDPRESS",
"db": "wp",
"user": "wp",
"password": "wp",
"phrase": "wp"
}
],
"ram_limit": 2,
"cpu_limit": 1,
"disk_size_limit": 5,
"mappings": [
{
"application_port": 80,
"subdomain": "subdomain",
"basic_auth": true
}
],
"mappings_username": "root",
"mappings_password": "password"
}