{ "opencollection": "1.0.0", "info": { "name": "Sevalla Applications Deployments API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "List deployments for an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.sevalla.com/v3/applications/:id/deployments", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "List deployments for an application" }, { "info": { "name": "Trigger a new deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.sevalla.com/v3/applications/:id/deployments", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a new deployment" }, { "info": { "name": "Get deployment details", "type": "http" }, "http": { "method": "GET", "url": "https://api.sevalla.com/v3/applications/:id/deployments/:deploymentId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." }, { "name": "deploymentId", "value": "", "type": "path", "description": "The unique identifier of the deployment." } ] }, "docs": "Get deployment details" }, { "info": { "name": "Roll back to a previous deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.sevalla.com/v3/applications/:id/deployments/:deploymentId/rollback", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." }, { "name": "deploymentId", "value": "", "type": "path", "description": "The unique identifier of the deployment." } ] }, "docs": "Roll back to a previous deployment" } ] } ], "bundled": true }