{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Deployments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Deploy an integration app", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/apps/:appId/push", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Integration app unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Push and deploy an integration application to the specified environment." }, { "info": { "name": "List deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/deployments", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Retrieve all active deployments across the organization." }, { "info": { "name": "Get a deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Deployment unique identifier" } ] }, "docs": "Retrieve details and status of a specific deployment." }, { "info": { "name": "Undeploy an app", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tibco.com/businessevents/v1/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Deployment unique identifier" } ] }, "docs": "Stop and remove a running deployment." }, { "info": { "name": "Scale a deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/deployments/:deploymentId/scale", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Deployment unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Scale the number of instances for a running deployment." } ] } ], "bundled": true }