II.
Dashboard JSON
Structured · livedashboard:default-html
Default Symphony HTML dashboard json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "dashboard:default-html",
"_kind": "Dashboard",
"_file": "extensions/dashboards/dashboards-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Default Symphony HTML dashboard",
"format": "server-rendered-html",
"routePath": "/",
"refreshCadence": "live-sse",
"dataSourceEndpointIds": [
"api-endpoint:get-state"
],
"runtimeSnapshotSourceId": "runtime-snapshot:example-clean",
"readOnly": true,
"loadBearing": false
},
"outgoingEdges": [
{
"from": "dashboard:default-html",
"to": "api-endpoint:get-state",
"kind": "reads_endpoint",
"attributes": {}
},
{
"from": "dashboard:default-html",
"to": "runtime-snapshot:example-clean",
"kind": "derives_from",
"attributes": {}
}
],
"incomingEdges": []
}