{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations BulkSecretOperations API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "BulkSecretOperations", "type": "folder" }, "items": [ { "info": { "name": "Add share", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/add-share", "body": { "type": "json", "data": "{}" } }, "docs": "Add share to each Secret with supplied Permissions." }, { "info": { "name": "Assign site", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/assign-site", "body": { "type": "json", "data": "{}" } }, "docs": "Assign each Secret to the supplied site." }, { "info": { "name": "Assign Jumpbox Route", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/assign-jumpbox-route", "body": { "type": "json", "data": "{}" } }, "docs": "Assign each Secret to the supplied Jumpbox route." }, { "info": { "name": "Assign Secret Policy", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/assign-secret-policy", "body": { "type": "json", "data": "{}" } }, "docs": "Assign each Secret to the supplied Secret Policy." }, { "info": { "name": "Change Password Remotely", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/change-password-remotely", "body": { "type": "json", "data": "{}" } }, "docs": "Change the password remotely of each Secret." }, { "info": { "name": "Convert Type", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/convert-type", "body": { "type": "json", "data": "{}" } }, "docs": "Convert each Secret to the supplied type." }, { "info": { "name": "Deactivate", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/deactivate", "body": { "type": "json", "data": "{}" } }, "docs": "Deactivate each Secret." }, { "info": { "name": "Disable AutoChange", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/disable-autochange", "body": { "type": "json", "data": "{}" } }, "docs": "Disable AutoChange for each Secret." }, { "info": { "name": "Disable Checkout", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/disable-checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Checkout for each Secret." }, { "info": { "name": "Disable Heartbeat", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/disable-heartbeat", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Heartbeat for each Secret." }, { "info": { "name": "Disable Require View Comment", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/disable-require-view-comment", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Require View Comment for each Secret." }, { "info": { "name": "Enable AutoChange", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-autochange", "body": { "type": "json", "data": "{}" } }, "docs": "Enable AutoChange for each Secret." }, { "info": { "name": "Enable Checkout", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Checkout for each Secret." }, { "info": { "name": "Request Erase", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/request-erase", "body": { "type": "json", "data": "{}" } }, "docs": "Request Erase for each Secret." }, { "info": { "name": "Change Security Options", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/change-security-options", "body": { "type": "json", "data": "{}" } }, "docs": "Change Security Options for each Secret." }, { "info": { "name": "Enable Require View Comment", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-require-view-comment", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Require View Comment for each Secret." }, { "info": { "name": "Enable Heartbeat", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-heartbeat", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Heartbeat for each Secret." }, { "info": { "name": "Edit Share", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/edit-share", "body": { "type": "json", "data": "{}" } }, "docs": "Edit each Secret and apply the supplied share Permissions." }, { "info": { "name": "Enable Hide Launcher Password", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-hide-launcher-password", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Hide Launcher Password for each Secret." }, { "info": { "name": "Enable Inherit Permissions", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-inherit-permissions", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Inherit Permissions for each Secret." }, { "info": { "name": "Move To Folder", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/move-to-folder", "body": { "type": "json", "data": "{}" } }, "docs": "Move selected Secrets to a specified Folder." }, { "info": { "name": "Run Heartbeat", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/run-heartbeat", "body": { "type": "json", "data": "{}" } }, "docs": "Run Heartbeat for selected Secrets." }, { "info": { "name": "Set Password Requirement", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/update-password-requirement", "body": { "type": "json", "data": "{}" } }, "docs": "Set a Password Requirement for selected Secrets." }, { "info": { "name": "Set Privileged Account", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/set-privileged-account", "body": { "type": "json", "data": "{}" } }, "docs": "Set a Privileged Account for selected Secrets." }, { "info": { "name": "Update Associated Secrets", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/update-associated-secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Associate each Secret in a list with every Secret in a second list." }, { "info": { "name": "Set Dependencies Password", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/set-dependencies-password", "body": { "type": "json", "data": "{}" } }, "docs": "Set Password dependencies for each Secret." }, { "info": { "name": "Enable Dependencies", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/enable-dependencies", "body": { "type": "json", "data": "{}" } }, "docs": "Enable Dependencies for each Secret." }, { "info": { "name": "Delete Dependencies", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/delete-dependencies", "body": { "type": "json", "data": "{}" } }, "docs": "Delete Dependencies for each Secret." }, { "info": { "name": "Disable Dependencies", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/disable-dependencies", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Dependencies for each Secret." }, { "info": { "name": "Activate", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/activate", "body": { "type": "json", "data": "{}" } }, "docs": "Activate each Secret." }, { "info": { "name": "Disable Hide Launcher Password", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/bulk-secret-operations/disable-hide-launcher-password", "body": { "type": "json", "data": "{}" } }, "docs": "Disable Hide Launcher Password for each Secret." } ] } ], "bundled": true }