{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations RemotePasswordChanging API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "RemotePasswordChanging", "type": "folder" }, "items": [ { "info": { "name": "Password Type By Id", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/remote-password-changing/password-types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Id" } ] }, "docs": "Gets Password Type By Id" }, { "info": { "name": "Update Password Type", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/remote-password-changing/password-types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Password Type" }, { "info": { "name": "Delete Password Type", "type": "http" }, "http": { "method": "DELETE", "url": "/SecretServer/api/v1/remote-password-changing/password-types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Id" } ] }, "docs": "Delete a Password Type" }, { "info": { "name": "Custom Command List", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/remote-password-changing/custom-commands/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Id" }, { "name": "filter.commandTypeCode", "value": "", "type": "query", "description": "CommandTypeCode" }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip before taking results" }, { "name": "sortBy[0].direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "sortBy[0].name", "value": "", "type": "query", "description": "Sort field name" }, { "name": "sortBy[0].priority", "value": "", "type": "query", "description": "Priority index. Sorts with lower values are executed earlier" }, { "name": "take", "value": "", "type": "query", "description": "Maximum number of records to include in results" } ] }, "docs": "Lists Available Custom Command for Password Type" }, { "info": { "name": "Update Custom Command", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/remote-password-changing/custom-commands/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Custom Command Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Custom Command" }, { "info": { "name": "Delete Custom Command", "type": "http" }, "http": { "method": "DELETE", "url": "/SecretServer/api/v1/remote-password-changing/custom-commands/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Custom Command Id" } ] }, "docs": "Delete a Custom Command" }, { "info": { "name": "Password Type List", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/remote-password-changing/password-types", "params": [ { "name": "filter.includeInactive", "value": "", "type": "query", "description": "Whether to include inactive Password Types in the results" }, { "name": "filter.onlyIncludeCanEdits", "value": "", "type": "query", "description": "When true, only include password types that have CanEdit" }, { "name": "filter.onlyIncludeSqlScriptOptions", "value": "", "type": "query", "description": "When true, only scripts that can be assigned to a SQL script will be returned" }, { "name": "filter.searchTerm", "value": "", "type": "query", "description": "Search password type name for this text" }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip before taking results" }, { "name": "sortBy[0].direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "sortBy[0].name", "value": "", "type": "query", "description": "Sort field name" }, { "name": "sortBy[0].priority", "value": "", "type": "query", "description": "Priority index. Sorts with lower values are executed earlier" }, { "name": "take", "value": "", "type": "query", "description": "Maximum number of records to include in results" } ] }, "docs": "Lists Available Password Types" }, { "info": { "name": "Create Password Type", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/remote-password-changing/password-types", "body": { "type": "json", "data": "{}" } }, "docs": "Create a New Password Type" }, { "info": { "name": "Get Password Type Auth", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/remote-password-changing/password-type-auth/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Id" } ] }, "docs": "Get Password Type Auths for a Password Type" }, { "info": { "name": "Create Password Type Auth", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/remote-password-changing/password-type-auth/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Auth Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Password Type Auths for a Password Type" }, { "info": { "name": "Update Password Type Auth", "type": "http" }, "http": { "method": "PATCH", "url": "/SecretServer/api/v1/remote-password-changing/password-type-auth/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Auth Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Password Type Auth" }, { "info": { "name": "Create Custom Command", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/remote-password-changing/custom-commands", "body": { "type": "json", "data": "{}" } }, "docs": "Create a New Custom Command" }, { "info": { "name": "Update Password Type", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v2/remote-password-changing/password-types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Password Type Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Password Type" } ] } ], "bundled": true }