Webex · Schema

MacStatusObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
mac string MAC address.
state string State of the MAC address. * `AVAILABLE` - The requested MAC address is available. * `UNAVAILABLE` - The requested MAC address is unavailable. * `DUPLICATE_IN_LIST` - The requested MAC address is dupli
errorCode number MAC address validation error code.
message string Provides a status message about the MAC address.
View JSON Schema on GitHub

JSON Schema

webex-macstatusobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MacStatusObject",
  "title": "MacStatusObject",
  "type": "object",
  "required": [
    "mac",
    "state"
  ],
  "properties": {
    "mac": {
      "type": "string",
      "example": "00005E0053B4",
      "description": "MAC address."
    },
    "state": {
      "type": "string",
      "enum": [
        "AVAILABLE",
        "UNAVAILABLE",
        "DUPLICATE_IN_LIST",
        "INVALID"
      ],
      "description": "State of the MAC address.\n * `AVAILABLE` - The requested MAC address is available.\n * `UNAVAILABLE` - The requested MAC address is unavailable.\n * `DUPLICATE_IN_LIST` - The requested MAC address is duplicated.\n * `INVALID` - The requested MAC address is invalid.\n"
    },
    "errorCode": {
      "type": "number",
      "example": 5675,
      "description": "MAC address validation error code."
    },
    "message": {
      "type": "string",
      "example": "[Error 5675] MAC Address is in use.",
      "description": "Provides a status message about the MAC address."
    }
  }
}

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/webex-macstatusobject"
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.