Mux · Arazzo Workflow

Mux Monitoring Metric Breakdown

Version 1.0.0

List the available monitoring dimensions, then break a chosen monitoring metric down by a dimension at a timestamp.

1 workflow 1 source API 1 provider
View Spec View on GitHub Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows

Provider

mux-com

Workflows

monitoring-breakdown
List monitoring dimensions, then break a monitoring metric down by a dimension.
Lists monitoring dimensions, then breaks the chosen monitoring metric down by the chosen dimension.
2 steps inputs: dimension, monitoringMetricId, timestamp outputs: breakdown, dimensions
1
listMonitoringDimensions
List the monitoring dimensions available so the requested grouping dimension can be confirmed.
2
getMonitoringBreakdown
Break the chosen monitoring metric down by the chosen dimension at the supplied timestamp.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Mux Monitoring Metric Breakdown
  summary: List the available monitoring dimensions, then break a chosen monitoring metric down by a dimension at a timestamp.
  description: >-
    Drives the Mux Data monitoring view used during incident response. The
    workflow lists the monitoring dimensions available for grouping, then breaks
    a chosen monitoring metric down by a dimension at a specific timestamp so you
    can pinpoint which segment of traffic is degraded at the moment of interest.
    Every step spells out its request inline so the flow can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-4220.20
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4220.20
      capability_name: Observability Management
      spec: mux-com-monitoring-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: monitoringApi
  url: ../openapi/mux-com-monitoring-api-openapi.yml
  type: openapi
workflows:
- workflowId: monitoring-breakdown
  summary: List monitoring dimensions, then break a monitoring metric down by a dimension.
  description: >-
    Lists monitoring dimensions, then breaks the chosen monitoring metric down
    by the chosen dimension.
  inputs:
    type: object
    required:
    - monitoringMetricId
    - dimension
    properties:
      monitoringMetricId:
        type: string
        description: The monitoring metric id to break down (e.g. current-concurrent-viewers, playback-failure-percentage).
      dimension:
        type: string
        description: The dimension the breakdown should be grouped by (e.g. country, cdn, operating_system).
      timestamp:
        type: integer
        description: Unix timestamp to limit results by. Defaults to the current time when omitted.
  steps:
  - stepId: listMonitoringDimensions
    description: >-
      List the monitoring dimensions available so the requested grouping
      dimension can be confirmed.
    operationId: list-monitoring-dimensions
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dimensions: $response.body#/data
  - stepId: getMonitoringBreakdown
    description: >-
      Break the chosen monitoring metric down by the chosen dimension at the
      supplied timestamp.
    operationId: get-monitoring-breakdown
    parameters:
    - name: MONITORING_METRIC_ID
      in: path
      value: $inputs.monitoringMetricId
    - name: dimension
      in: query
      value: $inputs.dimension
    - name: timestamp
      in: query
      value: $inputs.timestamp
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      breakdown: $response.body#/data
  outputs:
    dimensions: $steps.listMonitoringDimensions.outputs.dimensions
    breakdown: $steps.getMonitoringBreakdown.outputs.breakdown

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/mux-com-monitoring-breakdown-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.