Default Symphony HTML dashboard
dashboard:default-html
Dashboardextensions/dashboards/dashboards-symphony.yaml·Open in Graph → {
"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": []
}