{ "info": { "_postman_id": "37d61e4c-9cd9-4927-b36e-550934dabc71", "name": "SolarWinds Loggly Account Assets 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:57:26.000Z", "updatedAt": "2026-07-28T02:57:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-37d61e4c-9cd9-4927-b36e-550934dabc71" }, "item": [ { "name": "hardwares.json", "item": [ { "name": "Solarwinds List Hardware Assets", "id": "79888fdc-cb87-4c9b-99dc-9b80d4588c30", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hardwares.json?page=1&per_page=25", "host": [ "{{baseUrl}}" ], "path": [ "hardwares.json" ], "query": [ { "description": "Page number for pagination", "key": "page", "value": "1" }, { "description": "Number of results per page", "key": "per_page", "value": "25" } ] }, "description": "Returns a paginated list of hardware assets tracked in the CMDB." }, "response": [ { "id": "f771c78d-2229-4d5a-8062-81ceaede7f0e", "name": "List of assets", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/hardwares.json?page=1&per_page=25", "host": [ "{{baseUrl}}" ], "path": [ "hardwares.json" ], "query": [ { "description": "Page number for pagination", "key": "page", "value": "1" }, { "description": "Number of results per page", "key": "per_page", "value": "25" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"asset_type\": \"\",\n \"serial_number\": \"\",\n \"status\": \"\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\",\n \"email\": \"\"\n },\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"asset_type\": \"\",\n \"serial_number\": \"\",\n \"status\": \"\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\",\n \"email\": \"\"\n },\n \"created_at\": \"\"\n }\n]", "createdAt": "2026-07-28T02:57:26.000Z", "updatedAt": "2026-07-28T02:57:26.000Z", "uid": "35240-f771c78d-2229-4d5a-8062-81ceaede7f0e" }, { "id": "892caff0-31c3-407b-a94d-68cd2253ca1d", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/hardwares.json?page=1&per_page=25", "host": [ "{{baseUrl}}" ], "path": [ "hardwares.json" ], "query": [ { "description": "Page number for pagination", "key": "page", "value": "1" }, { "description": "Number of results per page", "key": "per_page", "value": "25" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:57:26.000Z", "updatedAt": "2026-07-28T02:57:26.000Z", "uid": "35240-892caff0-31c3-407b-a94d-68cd2253ca1d" } ], "createdAt": "2026-07-28T02:57:26.000Z", "updatedAt": "2026-07-28T02:57:26.000Z", "uid": "35240-79888fdc-cb87-4c9b-99dc-9b80d4588c30" } ], "id": "4555b4fb-afe4-4cab-b15c-9009999c9831", "createdAt": "2026-07-28T02:57:26.000Z", "updatedAt": "2026-07-28T02:57:26.000Z", "uid": "35240-4555b4fb-afe4-4cab-b15c-9009999c9831" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "subdomain", "value": "logs-01" }, { "key": "baseUrl", "value": "https://{{subdomain}}.loggly.com/apiv2" } ] }