{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/a9d7d077fd3cd26af5968939669b4553e8957e87/beddd583-a5f3-3bb9-82a3-77fa650e7a7a","info":{"version":"7.0.107","title":"Test Results API","description":"Get test result metrics for Network and Application Synthetics tests."},"security":[{"BearerAuth":[]}],"tags":[{"name":"Network Test Results"},{"name":"Web HTTP Server Test Results"},{"name":"Web Page Load Test Results"},{"name":"Web Transactions Test Results"},{"name":"API Test Results"},{"name":"Web FTP Server Test Results"},{"name":"DNS Trace Test Results"},{"name":"DNS Server Test Results"},{"name":"DNSSEC Test Results"},{"name":"Voice SIP Server Test Results"},{"name":"Voice RTP Server Test Results"},{"name":"Network BGP Test Results"}],"externalDocs":{"description":"Find out more about Test Results","url":"https://docs.thousandeyes.com/product-documentation/getting-started/getting-started-with-cloud-and-enterprise-agent-tests#interpreting-test-results"},"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","description":"Bearer authentication token"}}},"spec":{"type":"object","description":"Console logs captured during script execution to help troubleshoot transaction issues.","properties":{"level":{"type":"string","description":"Severity level of the log, or UNKNOWN if the log is system-generated.","example":"INFO"},"timestamp":{"type":"integer","format":"int64","description":"Unix epoch time, in milliseconds, when the log entry was captured.","example":1715880042123},"value":{"type":"string","description":"Log message.","example":"Uncaught TypeError: Cannot read property attr of undefined"}},"$$ref":"#/components/schemas/ConsoleLogs","title":"ConsoleLogs"}}