{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService SecretService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SecretService", "type": "folder" }, "items": [ { "info": { "name": "ListSecrets", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/secrets", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "pagination.limit", "value": "", "type": "query" }, { "name": "pagination.offset", "value": "", "type": "query" }, { "name": "pagination.sort_option.field", "value": "", "type": "query" }, { "name": "pagination.sort_option.reversed", "value": "", "type": "query" } ] } }, { "info": { "name": "GetSecret", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "CountSecrets", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/secretscount", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "pagination.limit", "value": "", "type": "query" }, { "name": "pagination.offset", "value": "", "type": "query" }, { "name": "pagination.sort_option.field", "value": "", "type": "query" }, { "name": "pagination.sort_option.reversed", "value": "", "type": "query" } ] } } ] } ], "bundled": true }