{ "opencollection": "1.0.0", "info": { "name": "SolarWinds Loggly Account Invoke API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoke", "type": "folder" }, "items": [ { "info": { "name": "Solarwinds Invoke a Verb on an Entity Type", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.loggly.com/apiv2/Invoke/:entityType/:verb", "params": [ { "name": "entityType", "value": "Orion.Nodes", "type": "path", "description": "Fully qualified SWIS entity type name" }, { "name": "verb", "value": "Unmanage", "type": "path", "description": "Name of the verb to invoke" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes a named verb (method) on the specified entity type. Verbs provide operations like Unmanage, Remanage, PollNow, and other management actions on monitored objects." } ] } ], "bundled": true }