{ "opencollection": "1.0.0", "info": { "name": "Soda Cloud REST Attributes Secrets API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.soda.io/api/v1/secrets", "params": [ { "name": "size", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Requires MANAGE_DATASOURCES_AND_AGENTS permission." }, { "info": { "name": "Create secret", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.soda.io/api/v1/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create secret" }, { "info": { "name": "Update secret", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.soda.io/api/v1/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update secret" }, { "info": { "name": "Delete secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.soda.io/api/v1/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path" } ] }, "docs": "Delete secret" }, { "info": { "name": "Get encryption public key", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.soda.io/api/v1/secretsPublicKey" }, "docs": "Retrieve the JWK format public key for encrypting secrets." } ] } ], "bundled": true }