{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/b97ae8cc8b8a3e5b212131991f97cca7b29bc49d/0e4c66ca-115a-3769-be5b-c6944add743f","info":{"description":"Manage ThousandEyes Dashboards.","title":"Dashboards API","version":"7.0.69"},"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 displayed on a numbers card.","properties":{"cardId":{"description":"Identifier of the card.","example":"lrxxr","type":"string"},"startDate":{"description":"UTC start date of the data shown in the API output (ISO date-time format).","example":"2023-05-16T10:14:28Z","format":"date-time","type":"string"},"endDate":{"description":"UTC end date of the data shown in the API output (ISO date-time format).","example":"2023-05-16T10:14:28Z","format":"date-time","type":"string"},"previousValue":{"description":"Previous value if `compareToPreviousValue == true` in configuration.","example":500,"format":"double","type":"number"},"binSize":{"description":"Duration of each bin.","example":3600,"format":"int64","type":"integer"},"timestamp":{"description":"Timestamp of the aggregated data point.","example":1567620000,"format":"int64","type":"integer"},"numberOfDataPoints":{"description":"Number of points aggregated into the data point","example":24192,"format":"int64","type":"integer"},"value":{"description":"Aggregated value.","example":100,"format":"double","type":"number"},"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"},"_links":{"description":"A links object containing the self link.","properties":{"self":{"description":"A hyperlink from the containing resource to a URI.","properties":{"href":{"description":"Its value is either a URI [RFC3986] or a URI template [RFC6570].","example":"https://api.thousandeyes.com/v7/link/to/resource/id","type":"string"},"templated":{"description":"Should be true when the link object's \"href\" property is a URI template.","type":"boolean"},"type":{"description":"Used as a hint to indicate the media type expected when dereferencing the target resource.","type":"string"},"deprecation":{"description":"Its presence indicates that the link is to be deprecated at a future date. Its value is a URL that should provide further information about the deprecation.","type":"string"},"name":{"description":"Its value may be used as a secondary key for selecting link objects that share the same relation type.","type":"string"},"profile":{"description":"A URI that hints about the profile of the target resource.","type":"string"},"title":{"description":"Intended for labelling the link with a human-readable identifier","type":"string"},"hreflang":{"description":"Indicates the language of the target resource","type":"string"}},"required":["href"],"type":"object","$$ref":"#/components/schemas/Link"}},"readOnly":true,"type":"object","$$ref":"#/components/schemas/SelfLinks"}},"type":"object","$$ref":"#/components/schemas/ApiNumbersCardData","title":"ApiNumbersCardData"}}