{"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":"The data presented within a single column of a Multi-Metric table.","properties":{"columnId":{"description":"Identifier of the column.","example":"938to","type":"string"},"binSize":{"description":"Duration of each bin.","example":3600,"format":"int64","type":"integer"},"points":{"items":{"description":"Data point of a widget.","properties":{"timestamp":{"description":"Timestamp of the aggregated data point.","example":1567620000,"format":"int64","type":"integer"},"numberOfDataPoints":{"description":"Number of test data points aggregated into the widget data point.","example":23304,"format":"int64","type":"integer"},"value":{"description":"Aggregated value.","example":100,"format":"double","type":"number"},"groups":{"items":{"description":"Group of data points.","properties":{"groupProperty":{"description":"Defines the criterion used to aggregate data points under specific group values.","example":"COUNTRY","type":"string"},"groupValue":{"description":"The value of a group.","example":"US","type":"string"}},"type":"object","$$ref":"#/components/schemas/ApiDataPointGroup"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ApiWidgetDataPoint"},"type":"array"},"status":{"description":"Message for not fully configured card or no data.","example":"No data","type":"string"},"alertSuppressionWindows":{"items":{"description":"Alert suppression window shown in a widget.","properties":{"id":{"description":"Identifier of the alert suppression window.","example":"281474976710662","type":"string"},"name":{"description":"Name of the alert suppression window.","example":"Test dashboards","type":"string"},"testIds":{"example":["281474976710661"],"items":{"type":"string"},"type":"array","uniqueItems":true},"startTimes":{"example":["2023-05-16T10:14:28Z"],"items":{"format":"date-time","type":"string"},"type":"array"},"durationInSeconds":{"example":7200,"format":"int64","type":"integer"},"repeat":{"enum":["none","every-day","alt-every-day","every-week","every-two-week","every-month","every-three-month","custom"],"example":"custom","type":"string","$$ref":"#/components/schemas/AswRepeat"},"repeatEvery":{"example":5,"format":"int32","type":"integer"},"repeatUnit":{"enum":["day","week","month"],"example":"week","type":"string","$$ref":"#/components/schemas/AswRepeatUnit"}},"type":"object","$$ref":"#/components/schemas/ApiDashboardAsw"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ApiMultiMetricColumnData","title":"ApiMultiMetricColumnData"}}