{"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":"Agent shown in agent status widget.","properties":{"agentId":{"description":"Identifier of the agent.","example":"6522","type":"string"},"status":{"description":"State of the agent.","enum":["online","offline","disabled"],"example":"online","readOnly":true,"type":"string","$$ref":"#/components/schemas/EnterpriseAgentState"},"ipInfo":{"description":"IP information of the agent.","properties":{"publicIp":{"description":"Public IP of the agent.","example":"172.58.92.31","format":"ipv4","type":"string"},"privateIp":{"description":"Private IP of the agent.","example":"172.58.92.31","format":"ipv4","type":"string"},"ipv6":{"type":"string"},"operativeSystemVersion":{"type":"string"}},"type":"object","$$ref":"#/components/schemas/ApiAgentStatusIpInfo"},"agentName":{"description":"Name of the agent","example":"0c3898000117","type":"string"},"location":{"description":"Location of the agent.","properties":{"latitude":{"description":"Latitude of the agent.","example":37.77493,"format":"double","type":"number"},"longitude":{"description":"Longitude of the agent.","example":-122.41942,"format":"double","type":"number"},"locationName":{"description":"Name of the agent location.","example":"San Francisco, California, US","type":"string"}},"type":"object","$$ref":"#/components/schemas/ApiAgentLocation"}},"type":"object","$$ref":"#/components/schemas/ApiAgentStatusAgent","title":"ApiAgentStatusAgent"}}