{ "opencollection": "1.0.0", "info": { "name": "Sumo Logic REST API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Search Jobs", "type": "folder" }, "items": [ { "info": { "name": "Create a search job", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v1/search/jobs" }, "docs": "Create a search job" }, { "info": { "name": "Get search job status", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/search/jobs/:searchJobId", "params": [ { "name": "searchJobId", "value": "", "type": "path" } ] }, "docs": "Get search job status" }, { "info": { "name": "Delete a search job", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sumologic.com/api/v1/search/jobs/:searchJobId", "params": [ { "name": "searchJobId", "value": "", "type": "path" } ] }, "docs": "Delete a search job" }, { "info": { "name": "Page through messages produced by a search job", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/search/jobs/:searchJobId/messages", "params": [ { "name": "searchJobId", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Page through messages produced by a search job" }, { "info": { "name": "Page through records produced by a search job", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/search/jobs/:searchJobId/records", "params": [ { "name": "searchJobId", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Page through records produced by a search job" } ] }, { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v2/dashboards" }, "docs": "List dashboards" }, { "info": { "name": "Create a dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v2/dashboards" }, "docs": "Create a dashboard" }, { "info": { "name": "Get a dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v2/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a dashboard" }, { "info": { "name": "Update a dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sumologic.com/api/v2/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a dashboard" }, { "info": { "name": "Delete a dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sumologic.com/api/v2/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a dashboard" } ] }, { "info": { "name": "Collectors", "type": "folder" }, "items": [ { "info": { "name": "List collectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/collectors" }, "docs": "List collectors" }, { "info": { "name": "Create a collector", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v1/collectors" }, "docs": "Create a collector" }, { "info": { "name": "Get a collector", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/collectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a collector" }, { "info": { "name": "Update a collector", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sumologic.com/api/v1/collectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a collector" }, { "info": { "name": "Delete a collector", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sumologic.com/api/v1/collectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a collector" } ] }, { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/users" }, "docs": "List users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v1/users" }, "docs": "Create a user" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sumologic.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a user" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sumologic.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] }, { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/roles" }, "docs": "List roles" }, { "info": { "name": "Create a role", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v1/roles" }, "docs": "Create a role" } ] }, { "info": { "name": "Monitors", "type": "folder" }, "items": [ { "info": { "name": "List monitors", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v1/monitors" }, "docs": "List monitors" }, { "info": { "name": "Create a monitor", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v1/monitors" }, "docs": "Create a monitor" } ] }, { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "Create a content folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.sumologic.com/api/v2/content/folders" }, "docs": "Create a content folder" }, { "info": { "name": "Get a content item", "type": "http" }, "http": { "method": "GET", "url": "https://api.sumologic.com/api/v2/content/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a content item" }, { "info": { "name": "Delete a content item", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sumologic.com/api/v2/content/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a content item" } ] } ], "bundled": true }