{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account Longview API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Longview", "type": "folder" }, "items": [ { "info": { "name": "List Longview clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/longview/clients", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of Longview clients on your account." }, { "info": { "name": "Create a Longview client", "type": "http" }, "http": { "method": "POST", "url": "https://api.linode.com/v4/longview/clients", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Longview client for system monitoring." } ] } ], "bundled": true }