{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/0e4c66ca-115a-3769-be5b-c6944add743f","info":{"description":"Manage ThousandEyes Dashboards.","title":"Dashboards API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"description":"Dashboards and Widgets operations","name":"Dashboards"},{"description":"Dashboard Snapshots CRUD operations","name":"Dashboard Snapshots"},{"name":"Dashboards Filters"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"description":"Data shown in a test table widget.","properties":{"testId":{"description":"Identifier of the test.","example":"68256","type":"string"},"testName":{"description":"Name of the test.","example":"Http Test Name","type":"string"},"target":{"description":"Configured target of the test.","example":"www.google.com","type":"string"},"testType":{"description":"Type of the test.","example":"Web - HTTP Server","type":"string"},"alertCount":{"description":"Number of active alerts of the test.","example":398,"format":"int64","type":"integer"},"isShared":{"description":"Set to `true` if test is shared, `false` otherwise.","type":"boolean"},"graphlets":{"description":"List of time series points for test metrics in the last 12 hours.","items":{"description":"Information displayed within a mini-graph associated with a specific test in a table.","properties":{"metric":{"description":"Name of the metric.","example":"Availability","type":"string"},"testId":{"description":"Identifier of the test.","example":"68257","type":"string"},"points":{"items":{"description":"A data point on a graphlet.","properties":{"x":{"description":"Timestamp of the data point.","example":1580403900,"format":"int64","type":"integer"},"y":{"description":"Value of the data point.","example":128.249,"format":"double","type":"number"}},"type":"object","$$ref":"#/components/schemas/ApiGraphletPoint"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ApiTestTableGraphletsData"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ApiTestTableData","title":"ApiTestTableData"}}