{ "opencollection": "1.0.0", "info": { "name": "SolarWinds Loggly Account Incidents API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "Solarwinds List Incidents", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.loggly.com/apiv2/incidents.json", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "Returns a paginated list of incidents in the service desk." }, { "info": { "name": "Solarwinds Create an Incident", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.loggly.com/apiv2/incidents.json", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new incident in the service desk." }, { "info": { "name": "Solarwinds Get an Incident", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.loggly.com/apiv2/incidents/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Returns detailed information about a specific incident." }, { "info": { "name": "Solarwinds Update an Incident", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.loggly.com/apiv2/incidents/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the fields of an existing incident." }, { "info": { "name": "Solarwinds Delete an Incident", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.loggly.com/apiv2/incidents/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Permanently deletes an incident." } ] } ], "bundled": true }