{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations SecretServerSettings API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SecretServerSettings", "type": "folder" }, "items": [ { "info": { "name": "Stub an empty Secret Server Settings export", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/secretserversettings/export/stub" }, "docs": "Returns an empty Secret Server Settings export to be filled out." }, { "info": { "name": "Get Secret Server Settings", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secretserversettings/export", "body": { "type": "json", "data": "{}" } }, "docs": "Get Secret Server Settings" }, { "info": { "name": "Get Import/Export Capabilities", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secretserversettings/capabilities", "body": { "type": "json", "data": "{}" } }, "docs": "Returns model indicating what the user can import and export." }, { "info": { "name": "Import Secret Server Settings", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secretserversettings/import", "body": { "type": "json", "data": "{}" } }, "docs": "Apply a set of Secret Server Settings via a JSON upload." } ] } ], "bundled": true }