{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService NotifierService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "NotifierService", "type": "folder" }, "items": [ { "info": { "name": "GetNotifiers", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/notifiers", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "PostNotifier", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/notifiers", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TestNotifier", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/notifiers/test", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GetNotifier", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/notifiers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PutNotifier", "type": "http" }, "http": { "method": "PUT", "url": "https://{central-host}/v1/notifiers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteNotifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://{central-host}/v1/notifiers/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query" } ] } } ] } ], "bundled": true }