{ "opencollection": "1.0.0", "info": { "name": "SolarWinds Loggly Account BulkOperations API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "BulkOperations", "type": "folder" }, "items": [ { "info": { "name": "Solarwinds Delete Multiple Entities", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.loggly.com/apiv2/BulkDelete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes multiple SWIS entities in a single operation. Provide an array of SWIS URIs to delete." }, { "info": { "name": "Solarwinds Update Multiple Entities", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.loggly.com/apiv2/BulkUpdate", "body": { "type": "json", "data": "{}" } }, "docs": "Updates properties on multiple SWIS entities in a single operation." } ] } ], "bundled": true }