iiRecord
Agentic AI Atlas · Default Symphony HTML dashboard
dashboard:default-htmla5c.ai
II.
Dashboard JSON

dashboard:default-html

Structured · live

Default Symphony HTML dashboard json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/dashboards/dashboards-symphony.yamlCluster · extensions
Record JSON
{
  "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": []
}