{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Apps API", "version": "1.0.0" }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List App events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/app_events", "params": [ { "name": "app_id", "value": "", "type": "query", "description": "(Optional) Filter on app id" }, { "name": "types", "value": "", "type": "query", "description": "(Optional) Filter on app event types" }, { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return" }, { "name": "order", "value": "", "type": "query", "description": "(Optional) Sorts the list in the ascending or the descending order" } ] }, "docs": "List App events" }, { "info": { "name": "List App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/apps", "params": [ { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return" }, { "name": "name", "value": "", "type": "query", "description": "(Optional) A filter for name" }, { "name": "project_id", "value": "", "type": "query", "description": "(Optional) A filter for the project ID" } ] }, "docs": "List App" }, { "info": { "name": "Create App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/apps" }, "docs": "Create App" }, { "info": { "name": "Get App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the App" } ] }, "docs": "Get App" }, { "info": { "name": "Update App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the app to update." }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update App" }, { "info": { "name": "Update App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the app to update." }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update App" }, { "info": { "name": "Delete App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/apps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the App to delete" } ] }, "docs": "App deletion is allowed for all status." }, { "info": { "name": "Pause App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/apps/:id/pause", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the app to pause." } ] }, "docs": "App pause action is allowed for the following status:\n - starting\n - healthy\n - degraded\n - unhealthy\n - resuming" }, { "info": { "name": "Resume App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/apps/:id/resume", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the app to resume." } ] }, "docs": "App resume action is allowed for the following status:\n - paused" } ] } ], "bundled": true }