{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService ScopedAccessControlService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ScopedAccessControlService", "type": "folder" }, "items": [ { "info": { "name": "AddAuthzPluginConfig", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/scopedaccessctrl/config", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UpdateAuthzPluginConfig", "type": "http" }, "http": { "method": "PUT", "url": "https://{central-host}/v1/scopedaccessctrl/config/:config.id", "params": [ { "name": "config.id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteAuthzPluginConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://{central-host}/v1/scopedaccessctrl/config/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GetAuthzPluginConfigs", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/scopedaccessctrl/configs" } }, { "info": { "name": "DryRunAuthzPluginConfig", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/scopedaccessctrl/test", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }