Broadcom · Schema

Broadcom Dashboard

A Dashboard represents a configurable visualization in Operations for Applications that displays metric data through charts, tables, and other widgets for monitoring and analysis.

Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualizationFortune 500

Properties

Name Type Description
id string The unique identifier of the dashboard.
name string The display name of the dashboard.
description string A description of the dashboard.
url string The URL slug used to access the dashboard.
tags object Tags associated with the dashboard.
sections array The sections of the dashboard containing rows of charts.
creatorId string The identifier of the user who created the dashboard.
updaterId string The identifier of the user who last updated the dashboard.
createdEpochMillis integer The creation timestamp in epoch milliseconds.
updatedEpochMillis integer The last update timestamp in epoch milliseconds.
parameters object Dashboard parameters for dynamic filtering.
View JSON Schema on GitHub

JSON Schema

broadcom-dashboard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/broadcom/blob/main/json-schema/broadcom-dashboard-schema.json",
  "title": "Broadcom Dashboard",
  "description": "A Dashboard represents a configurable visualization in Operations for Applications that displays metric data through charts, tables, and other widgets for monitoring and analysis.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the dashboard."
    },
    "name": {
      "type": "string",
      "description": "The display name of the dashboard."
    },
    "description": {
      "type": "string",
      "description": "A description of the dashboard."
    },
    "url": {
      "type": "string",
      "description": "The URL slug used to access the dashboard."
    },
    "tags": {
      "type": "object",
      "properties": {
        "customerTags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "User-defined tags for the dashboard."
        }
      },
      "description": "Tags associated with the dashboard."
    },
    "sections": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "The name of the dashboard section."
          },
          "rows": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "charts": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string",
                        "description": "The name of the chart."
                      },
                      "sources": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string",
                              "description": "The name of the data source."
                            },
                            "query": {
                              "type": "string",
                              "description": "The query expression for the data source."
                            }
                          }
                        },
                        "description": "The data sources for the chart."
                      },
                      "chartSettings": {
                        "type": "object",
                        "description": "Display settings for the chart."
                      }
                    }
                  },
                  "description": "The charts in this row."
                }
              }
            },
            "description": "The rows in this section."
          }
        }
      },
      "description": "The sections of the dashboard containing rows of charts."
    },
    "creatorId": {
      "type": "string",
      "description": "The identifier of the user who created the dashboard."
    },
    "updaterId": {
      "type": "string",
      "description": "The identifier of the user who last updated the dashboard."
    },
    "createdEpochMillis": {
      "type": "integer",
      "description": "The creation timestamp in epoch milliseconds."
    },
    "updatedEpochMillis": {
      "type": "integer",
      "description": "The last update timestamp in epoch milliseconds."
    },
    "parameters": {
      "type": "object",
      "additionalProperties": true,
      "description": "Dashboard parameters for dynamic filtering."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/broadcom-dashboard"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.