{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations Diagnostics API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Diagnostics", "type": "folder" }, "items": [ { "info": { "name": "Get Diagnostic Information", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics" }, "docs": "Get Diagnostic Information" }, { "info": { "name": "Get Connectivity Report", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/connectivity-report" }, "docs": "Get Connectivity Report" }, { "info": { "name": "Get App Settings", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v2/diagnostics/app-settings" }, "docs": "Get App Settings as key value array of items" }, { "info": { "name": "Get log collections", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/log-collections" }, "docs": "Get all of the log collections (on prem only)" }, { "info": { "name": "Get Quartz Jobs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/quartz-jobs" }, "docs": "Get Quartz Jobs" }, { "info": { "name": "Get General Logs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/general-logs" }, "docs": "Get General Logs" }, { "info": { "name": "Get System Logs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/system-logs" }, "docs": "Get System Logs" }, { "info": { "name": "Get Discovery Logs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/discovery-logs" }, "docs": "Get Discovery Logs" }, { "info": { "name": "Get ComputerScan Logs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/computer-scan-logs" }, "docs": "Get ComputerScan Logs" }, { "info": { "name": "Get RPC Logs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/rpc-logs" }, "docs": "Get RPC Logs" }, { "info": { "name": "Get Heartbeat Logs", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/heartbeat-logs" }, "docs": "Get Heartbeat Logs" }, { "info": { "name": "Get the logs exported as an attached file", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/diagnostics/export-logs" }, "docs": "Get the logs exported as an attached file" }, { "info": { "name": "Clear cache", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/diagnostics/clear-cache" }, "docs": "Attempts to clear cache (on prem only)" }, { "info": { "name": "Clear log collections", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/diagnostics/log-collections/clear" }, "docs": "Clear a log collection" }, { "info": { "name": "Collect log collections", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/diagnostics/log-collections/collect" }, "docs": "Start processing log collection" }, { "info": { "name": "Clear Quartz Job Errors", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/diagnostics/clear-quartz-job-errors" }, "docs": "Clear Quartz Job Errors" }, { "info": { "name": "Clear Upgrade In Progress", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/diagnostics/clear-upgrade-in-progress" }, "docs": "Clear Upgrade In Progress" }, { "info": { "name": "Test Event Log", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/diagnostics/test-event-log" }, "docs": "Test Event Log" } ] } ], "bundled": true }