Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
Recupera um dashboard específico pelo ID
cURL
curl --request GET \ --url https://api.hyperdx.io/api/v2/dashboards/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "65f5e4a3b9e77c001a567890", "name": "Infrastructure Monitoring", "tags": [ "infrastructure", "monitoring" ], "tiles": [ { "asRatio": false, "h": 3, "id": "65f5e4a3b9e77c001a901234", "name": "Server CPU", "series": [ { "aggFn": "avg", "dataSource": "metrics", "field": "cpu.usage", "groupBy": [], "type": "time", "where": "host:server-01" } ], "w": 6, "x": 0, "y": 0 }, { "asRatio": false, "h": 3, "id": "65f5e4a3b9e77c001a901235", "name": "Memory Usage", "series": [ { "aggFn": "avg", "dataSource": "metrics", "field": "memory.usage", "groupBy": [], "type": "time", "where": "host:server-01" } ], "w": 6, "x": 6, "y": 0 } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do dashboard
Dashboard recuperado com sucesso
Show child attributes
Esta página foi útil?