{ "opencollection": "1.0.0", "info": { "name": "Fermyon Cloud accounts channels API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "channels", "type": "folder" }, "items": [ { "info": { "name": "GET /api/channels", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/channels", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "searchText", "value": "", "type": "query" }, { "name": "pageIndex", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "IsSortedAscending", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /api/channels", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.fermyon.com/api/channels", "headers": [ { "name": "Api-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/channels/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/channels/:id", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PUT /api/channels/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.fermyon.com/api/channels/:id", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PATCH /api/channels/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud.fermyon.com/api/channels/:id", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /api/channels/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.fermyon.com/api/channels/:id", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PUT /api/channels/{channelId}/desired-status", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.fermyon.com/api/channels/:channelId/desired-status", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "channelId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/channels/{id}/logs", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/channels/:id/logs", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "max", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /api/channels/{id}/logs/raw", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/channels/:id/logs/raw", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "max", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /api/channels/{id}/healthz", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.fermyon.com/api/channels/:id/healthz", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }