curl -X POST "https://api.buddy.works/workspaces/:domain/projects/:project_name/pipelines/:pipeline_id/actions" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"name": "Create new sandbox from snapshot",
"type": "SANDBOX_CREATE_FROM_SNAPSHOT",
"trigger_time": "ON_EVERY_EXECUTION",
"tags": [
"tag_1",
"tag_2"
],
"sandbox_name": "sandbox-buddy",
"snapshot_id": "sn-SsWzv1Y1xBrYX",
"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"
}'
{
"url": "https://api.buddy.works/workspaces/buddy/projects/company-website/pipelines/2/actions/2",
"html_url": "https://app.buddy.works/buddy/company-website/pipelines/action/2/edit",
"id": 2,
"name": "Create new sandbox from snapshot",
"type": "SANDBOX_CREATE_FROM_SNAPSHOT",
"trigger_time": "ON_EVERY_EXECUTION",
"last_execution_status": "INITIAL",
"tags": [
"tag_1",
"tag_2"
],
"sandbox_name": "sandbox-buddy",
"snapshot_id": "sn-SsWzv1Y1xBrYX",
"ram_limit": 2,
"cpu_limit": 1,
"disk_size_limit": 5,
"mappings": [
{
"application_port": 80,
"subdomain": "subdomain",
"basic_auth": true
}
],
"mappings_username": "root",
"mappings_password": "secure!HgGGWOOdDRGVCt9A2E8iLQ==.lMfNW8nAd+N40qq0vd6z2w==",
"pipeline": {
"url": "https://api.buddy.works/workspaces/buddy/projects/company-website/pipelines/2",
"html_url": "https://app.buddy.works/buddy/company-website/pipelines/pipeline/2",
"id": 2,
"name": "Live mirror",
"refs": [
"refs/heads/master"
],
"last_execution_status": "SUCCESSFUL",
"last_execution_revision": "506a3963507943d6908154f4bc9646e829128a08"
}
}