{ "opencollection": "1.0.0", "info": { "name": "Calyptia Cloud agent sidecar API", "version": "1.0" }, "items": [ { "info": { "name": "sidecar", "type": "folder" }, "items": [ { "info": { "name": "Sidecars", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/pipelines/:pipelineID/sidecars", "params": [ { "name": "pipelineID", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all sidecar containers from a pipeline." }, { "info": { "name": "Create sidecar", "type": "http" }, "http": { "method": "POST", "url": "https://cloud-api.calyptia.com/v1/pipelines/:pipelineID/sidecars", "params": [ { "name": "pipelineID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new sidecar container within a pipeline." }, { "info": { "name": "Sidecar", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/sidecars/:sidecarID", "params": [ { "name": "sidecarID", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get sidecar by ID." }, { "info": { "name": "Update sidecar", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud-api.calyptia.com/v1/sidecars/:sidecarID", "params": [ { "name": "sidecarID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update sidecar by ID." }, { "info": { "name": "Delete sidecar", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud-api.calyptia.com/v1/sidecars/:sidecarID", "params": [ { "name": "sidecarID", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete sidecar by ID." } ] } ], "bundled": true }