Broadcom · Schema

Broadcom Alert

An Alert represents a configurable monitoring rule in Operations for Applications that evaluates metric conditions and triggers notifications when thresholds are breached.

Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualizationFortune 500

Properties

Name Type Description
id string The unique identifier of the alert.
name string The display name of the alert.
condition string The query expression that defines the alert condition.
displayExpression string The query expression used for display purposes in notifications.
minutes integer The number of minutes the condition must be met before the alert fires.
resolveAfterMinutes integer The number of minutes after which the alert auto-resolves if the condition clears.
severity string The severity level of the alert.
status array The current statuses of the alert.
tags object Tags associated with the alert.
targets object Notification targets keyed by severity level.
creatorId string The identifier of the user who created the alert.
updaterId string The identifier of the user who last updated the alert.
createdEpochMillis integer The creation timestamp in epoch milliseconds.
updatedEpochMillis integer The last update timestamp in epoch milliseconds.
View JSON Schema on GitHub

JSON Schema

broadcom-alert-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/broadcom/blob/main/json-schema/broadcom-alert-schema.json",
  "title": "Broadcom Alert",
  "description": "An Alert represents a configurable monitoring rule in Operations for Applications that evaluates metric conditions and triggers notifications when thresholds are breached.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the alert."
    },
    "name": {
      "type": "string",
      "description": "The display name of the alert."
    },
    "condition": {
      "type": "string",
      "description": "The query expression that defines the alert condition."
    },
    "displayExpression": {
      "type": "string",
      "description": "The query expression used for display purposes in notifications."
    },
    "minutes": {
      "type": "integer",
      "description": "The number of minutes the condition must be met before the alert fires."
    },
    "resolveAfterMinutes": {
      "type": "integer",
      "description": "The number of minutes after which the alert auto-resolves if the condition clears."
    },
    "severity": {
      "type": "string",
      "enum": [
        "INFO",
        "SMOKE",
        "WARN",
        "SEVERE"
      ],
      "description": "The severity level of the alert."
    },
    "status": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "CHECKING",
          "FIRING",
          "NO_DATA",
          "SNOOZED",
          "TRASH",
          "IN_MAINTENANCE"
        ]
      },
      "description": "The current statuses of the alert."
    },
    "tags": {
      "type": "object",
      "properties": {
        "customerTags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "User-defined tags for the alert."
        }
      },
      "description": "Tags associated with the alert."
    },
    "targets": {
      "type": "object",
      "additionalProperties": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "description": "Notification targets keyed by severity level."
    },
    "creatorId": {
      "type": "string",
      "description": "The identifier of the user who created the alert."
    },
    "updaterId": {
      "type": "string",
      "description": "The identifier of the user who last updated the alert."
    },
    "createdEpochMillis": {
      "type": "integer",
      "description": "The creation timestamp in epoch milliseconds."
    },
    "updatedEpochMillis": {
      "type": "integer",
      "description": "The last update timestamp in epoch milliseconds."
    }
  }
}

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-alert"
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.