{ "opencollection": "1.0.0", "info": { "name": "SolarWinds Loggly Account Systems API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Systems", "type": "folder" }, "items": [ { "info": { "name": "Solarwinds List All Systems", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.loggly.com/apiv2/systems.json" }, "docs": "Returns all systems (log senders) configured in the account." }, { "info": { "name": "Solarwinds Register a New System", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.loggly.com/apiv2/systems.json", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new system to send logs to Papertrail." }, { "info": { "name": "Solarwinds Get System Details", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.loggly.com/apiv2/systems/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Returns details of a specific system." }, { "info": { "name": "Solarwinds Update a System", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.loggly.com/apiv2/systems/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a system." }, { "info": { "name": "Solarwinds Delete a System", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.loggly.com/apiv2/systems/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Removes a system from the account." } ] } ], "bundled": true }