{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations SshCipherSuite API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SshCipherSuite", "type": "folder" }, "items": [ { "info": { "name": "Search SshCipherSuites", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/ssh-cipher-suite/search", "params": [ { "name": "filter.includeActive", "value": "", "type": "query", "description": "Should include active" }, { "name": "filter.includeInactive", "value": "", "type": "query", "description": "Should include inactive" }, { "name": "filter.searchTerm", "value": "", "type": "query", "description": "SSH Cipher Suite search term" }, { "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": "Search, filter, sort, and page SSH Cipher Suites" }, { "info": { "name": "Find SshCipherSuite", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/ssh-cipher-suite/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SSH Cipher Suite Id" } ] }, "docs": "Find a SSH Cipher Suite by Id" }, { "info": { "name": "Udpate a SSH Cipher Suite", "type": "http" }, "http": { "method": "PATCH", "url": "/SecretServer/api/v1/ssh-cipher-suite/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing SSH Cipher Suite using the existing SSH Cipher Suite's ID" }, { "info": { "name": "Find SshCiphers", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/ssh-ciphers/search", "params": [ { "name": "filter.algorithmType", "value": "", "type": "query", "description": "SSH Cipher algorithm type" }, { "name": "filter.searchTerm", "value": "", "type": "query", "description": "SSH Cipher search term" }, { "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": "Find a SSH Ciphers" }, { "info": { "name": "Get SSH Cipher Suite Audits", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/ssh-cipher-suite/:id/audit", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "isExporting", "value": "", "type": "query", "description": "isExporting" }, { "name": "filter.searchTerm", "value": "", "type": "query", "description": "SSH Cipher Suite Audit Search Term" }, { "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": "Retrieve audits for the SSH Cipher Suites" }, { "info": { "name": "Create SshCipherSuite", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/ssh-cipher-suite", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SSH Cipher Suite" } ] } ], "bundled": true }