Tableaux De Bord · JSON Structure

Tableaux De Bord Dashboard Structure

Field documentation for dashboard objects in monitoring and BI platforms

Type: object Properties: 0
DashboardsBusiness IntelligenceAnalyticsData VisualizationMonitoringGrafanaMetabase

Tableaux De Bord Dashboard Structure is a JSON Structure definition published by Tableaux De Bord.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Dashboard Structure",
  "description": "Field documentation for dashboard objects in monitoring and BI platforms",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "System-assigned numeric identifier, unique per instance",
      "required": false,
      "readOnly": true
    },
    {
      "name": "uid",
      "type": "string",
      "description": "Portable identifier stable across export/import cycles",
      "required": false
    },
    {
      "name": "title",
      "type": "string",
      "description": "Human-readable dashboard name shown in the UI",
      "required": true
    },
    {
      "name": "tags",
      "type": "array<string>",
      "description": "Labels for categorizing and filtering dashboards",
      "required": false
    },
    {
      "name": "panels",
      "type": "array<Panel>",
      "description": "Visualization components making up the dashboard layout",
      "required": false
    },
    {
      "name": "refresh",
      "type": "string",
      "description": "Auto-refresh interval ('5s', '1m', '5m', '1h')",
      "required": false
    },
    {
      "name": "time",
      "type": "object",
      "description": "Default time range with 'from' and 'to' values",
      "required": false,
      "example": {"from": "now-24h", "to": "now"}
    },
    {
      "name": "version",
      "type": "integer",
      "description": "Incremented on each save for optimistic concurrency",
      "required": false,
      "readOnly": true
    },
    {
      "name": "folderId",
      "type": "integer",
      "description": "Parent folder for organizational grouping",
      "required": false
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tableaux-de-bord-dashboard-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.