{ "opencollection": "1.0.0", "info": { "name": "yatai api server admin api v1 organization secrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "organization secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/org_secrets", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "all", "value": "", "type": "query" }, { "name": "cluster", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List secrets" }, { "info": { "name": "Create a secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/org_secrets", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "cluster", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a secret" } ] } ], "bundled": true }