{ "info": { "_postman_id": "7e0ff1bb-c469-41a4-9710-3664eca2eaca", "name": "SolarWinds Loggly Account Invoke API", "description": "RESTful API for cloud-based log management including event submission, event retrieval, search, and account management. Supports sending events over HTTP/S and retrieving log data via paginating event retrieval endpoints.\n\nContact Support:\n Name: SolarWinds Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:58:40.000Z", "updatedAt": "2026-07-28T02:58:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-7e0ff1bb-c469-41a4-9710-3664eca2eaca" }, "item": [ { "name": "Invoke", "item": [ { "name": "{entityType}", "item": [ { "name": "{verb}", "item": [ { "name": "Solarwinds Invoke a Verb on an Entity Type", "id": "6f96e3c8-cca6-42a3-a1aa-202176d15129", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Invoke/:entityType/:verb", "host": [ "{{baseUrl}}" ], "path": [ "Invoke", ":entityType", ":verb" ], "variable": [ { "id": "a62d159d-ba96-4a5c-9099-65b1c8490aed", "key": "entityType", "value": "", "description": "(Required) Fully qualified SWIS entity type name" }, { "id": "35d1c3cf-ff32-4639-8046-592af3724a26", "key": "verb", "value": "", "description": "(Required) Name of the verb to invoke" } ] }, "description": "Invokes a named verb (method) on the specified entity type. Verbs provide operations like Unmanage, Remanage, PollNow, and other management actions on monitored objects." }, "response": [ { "id": "b868eb38-59a2-468f-8be4-c99cf07ee31d", "name": "Verb invoked successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Invoke/:entityType/:verb", "host": [ "{{baseUrl}}" ], "path": [ "Invoke", ":entityType", ":verb" ], "variable": [ { "key": "entityType" }, { "key": "verb" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"sint68\": -92287269.30854969\n}", "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-b868eb38-59a2-468f-8be4-c99cf07ee31d" }, { "id": "a59368fc-c9d2-4d98-a565-5b09b89971c0", "name": "Invalid verb arguments", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Invoke/:entityType/:verb", "host": [ "{{baseUrl}}" ], "path": [ "Invoke", ":entityType", ":verb" ], "variable": [ { "key": "entityType" }, { "key": "verb" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-a59368fc-c9d2-4d98-a565-5b09b89971c0" }, { "id": "c66846cd-0553-4215-b5c0-8d6513fe4425", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Invoke/:entityType/:verb", "host": [ "{{baseUrl}}" ], "path": [ "Invoke", ":entityType", ":verb" ], "variable": [ { "key": "entityType" }, { "key": "verb" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-c66846cd-0553-4215-b5c0-8d6513fe4425" }, { "id": "6f83b137-9b22-4e35-9200-a66d48654d99", "name": "Entity type or verb not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/Invoke/:entityType/:verb", "host": [ "{{baseUrl}}" ], "path": [ "Invoke", ":entityType", ":verb" ], "variable": [ { "key": "entityType" }, { "key": "verb" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-6f83b137-9b22-4e35-9200-a66d48654d99" } ], "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-6f96e3c8-cca6-42a3-a1aa-202176d15129" } ], "id": "19428101-e232-42cd-9c5b-d228abc1d511", "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-19428101-e232-42cd-9c5b-d228abc1d511" } ], "id": "26940f71-fa3f-4a3b-a01a-c3cacb4ca217", "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-26940f71-fa3f-4a3b-a01a-c3cacb4ca217" } ], "id": "8b727cda-ee11-4c50-8341-42bb61fa6c84", "createdAt": "2026-07-28T02:58:41.000Z", "updatedAt": "2026-07-28T02:58:41.000Z", "uid": "35240-8b727cda-ee11-4c50-8341-42bb61fa6c84" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "subdomain", "value": "logs-01" }, { "key": "baseUrl", "value": "https://{{subdomain}}.loggly.com/apiv2" } ] }