Aruba · Schema

Client

A client device connected to the network.

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
macaddr string MAC address of the client.
name string Hostname or display name of the client.
ip_address string IP address assigned to the client.
os_type string Operating system type detected.
connection string Connection type.
network string SSID or network name the client is connected to.
band number Radio band of the wireless connection.
channel string Channel number of the wireless connection.
signal_strength integer Signal strength in dBm.
signal_db integer Signal-to-noise ratio in dB.
speed integer Connection speed in Mbps.
associated_device string Serial number of the device the client is connected to.
group_name string Group name of the associated device.
site string Site name of the associated device.
usage object Data usage statistics.
View JSON Schema on GitHub

JSON Schema

aruba-client-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Client",
  "title": "Client",
  "type": "object",
  "description": "A client device connected to the network.",
  "properties": {
    "macaddr": {
      "type": "string",
      "description": "MAC address of the client.",
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "description": "Hostname or display name of the client.",
      "example": "Example Title"
    },
    "ip_address": {
      "type": "string",
      "format": "ipv4",
      "description": "IP address assigned to the client.",
      "example": "example_value"
    },
    "os_type": {
      "type": "string",
      "description": "Operating system type detected.",
      "example": "example_value"
    },
    "connection": {
      "type": "string",
      "description": "Connection type.",
      "enum": [
        "Wireless",
        "Wired"
      ],
      "example": "Wireless"
    },
    "network": {
      "type": "string",
      "description": "SSID or network name the client is connected to.",
      "example": "example_value"
    },
    "band": {
      "type": "number",
      "description": "Radio band of the wireless connection.",
      "example": 42.5
    },
    "channel": {
      "type": "string",
      "description": "Channel number of the wireless connection.",
      "example": "example_value"
    },
    "signal_strength": {
      "type": "integer",
      "description": "Signal strength in dBm.",
      "example": 10
    },
    "signal_db": {
      "type": "integer",
      "description": "Signal-to-noise ratio in dB.",
      "example": 10
    },
    "speed": {
      "type": "integer",
      "description": "Connection speed in Mbps.",
      "example": 10
    },
    "associated_device": {
      "type": "string",
      "description": "Serial number of the device the client is connected to.",
      "example": "example_value"
    },
    "group_name": {
      "type": "string",
      "description": "Group name of the associated device.",
      "example": "example_value"
    },
    "site": {
      "type": "string",
      "description": "Site name of the associated device.",
      "example": "example_value"
    },
    "usage": {
      "type": "object",
      "description": "Data usage statistics.",
      "properties": {
        "tx_bytes": {
          "type": "integer",
          "format": "int64",
          "description": "Total bytes transmitted to the client."
        },
        "rx_bytes": {
          "type": "integer",
          "format": "int64",
          "description": "Total bytes received from the client."
        }
      },
      "example": "example_value"
    }
  }
}

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/aruba-client"
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 email required.

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