{ "opencollection": "1.0.0", "info": { "name": "Sumo Logic accessKeyManagement healthEvents API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "healthEvents", "type": "folder" }, "items": [ { "info": { "name": "Get A List Of Health Events.", "type": "http" }, "http": { "method": "GET", "url": "https://api.au.sumologic.com/api/v1/healthEvents", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of health events returned in the response. The number of health events returned may be less than the `limit`." }, { "name": "token", "value": "", "type": "query", "description": "Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. `token` is set to null when no more pages are left." } ] }, "docs": "Get a list of all the unresolved health events in your account." }, { "info": { "name": "Health Events For Specific Resources.", "type": "http" }, "http": { "method": "POST", "url": "https://api.au.sumologic.com/api/v1/healthEvents/resources", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of health events returned in the response. The number of health events returned may be less than the `limit`." }, { "name": "token", "value": "", "type": "query", "description": "Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. `token` is set to null when no more pages are left." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get a list of all the unresolved events in your account that belong to the supplied resource identifiers." } ] } ], "bundled": true }