{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService DeploymentService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DeploymentService", "type": "folder" }, "items": [ { "info": { "name": "ListDeployments returns the list of deployments.", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/deployments", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "pagination.limit", "value": "", "type": "query" }, { "name": "pagination.offset", "value": "", "type": "query" }, { "name": "pagination.sort_option.field", "value": "", "type": "query" }, { "name": "pagination.sort_option.reversed", "value": "", "type": "query" } ] }, "docs": "ListDeployments returns the list of deployments." }, { "info": { "name": "GetLabels returns the labels used by deployments.", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/deployments/metadata/labels" }, "docs": "GetLabels returns the labels used by deployments." }, { "info": { "name": "GetDeployment returns a deployment given its ID.", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "GetDeployment returns a deployment given its ID." }, { "info": { "name": "CountDeployments returns the list of deployments.", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/deploymentscount", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "pagination.limit", "value": "", "type": "query" }, { "name": "pagination.offset", "value": "", "type": "query" }, { "name": "pagination.sort_option.field", "value": "", "type": "query" }, { "name": "pagination.sort_option.reversed", "value": "", "type": "query" } ] }, "docs": "CountDeployments returns the list of deployments." }, { "info": { "name": "ListDeploymentsWithProcessInfo returns the list of deployments with process information.", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/deploymentswithprocessinfo", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "pagination.limit", "value": "", "type": "query" }, { "name": "pagination.offset", "value": "", "type": "query" }, { "name": "pagination.sort_option.field", "value": "", "type": "query" }, { "name": "pagination.sort_option.reversed", "value": "", "type": "query" } ] }, "docs": "ListDeploymentsWithProcessInfo returns the list of deployments with process information." }, { "info": { "name": "GetDeploymentWithRisk returns a deployment and its risk given its ID.", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/deploymentswithrisk/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "GetDeploymentWithRisk returns a deployment and its risk given its ID." } ] } ], "bundled": true }