Aruba · Schema
Device
Represents a device in the Aruba Central inventory including access points, switches, gateways, and SD-WAN appliances.
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless
Properties
| Name | Type | Description |
|---|---|---|
| serial | string | Unique serial number of the device. |
| macaddr | string | MAC address of the device. |
| device_type | string | Type classification of the device. |
| model | string | Hardware model name. |
| firmware_version | string | Current firmware version running on the device. |
| status | string | Current operational status. |
| group_name | string | Name of the configuration group the device belongs to. |
| site | string | Name of the site the device is assigned to. |
| ip_address | string | IP address of the device. |
| labels | array | Labels assigned to the device. |
| aruba_part_no | string | Aruba part number for the device hardware. |
| customer_id | string | Customer ID associated with the device. |
| customer_name | string | Customer name associated with the device. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Device",
"type": "object",
"description": "Represents a device in the Aruba Central inventory including access points, switches, gateways, and SD-WAN appliances.",
"properties": {
"serial": {
"type": "string",
"description": "Unique serial number of the device."
},
"macaddr": {
"type": "string",
"description": "MAC address of the device."
},
"device_type": {
"type": "string",
"description": "Type classification of the device."
},
"model": {
"type": "string",
"description": "Hardware model name."
},
"firmware_version": {
"type": "string",
"description": "Current firmware version running on the device."
},
"status": {
"type": "string",
"description": "Current operational status."
},
"group_name": {
"type": "string",
"description": "Name of the configuration group the device belongs to."
},
"site": {
"type": "string",
"description": "Name of the site the device is assigned to."
},
"ip_address": {
"type": "string",
"description": "IP address of the device."
},
"labels": {
"type": "array",
"description": "Labels assigned to the device."
},
"aruba_part_no": {
"type": "string",
"description": "Aruba part number for the device hardware."
},
"customer_id": {
"type": "string",
"description": "Customer ID associated with the device."
},
"customer_name": {
"type": "string",
"description": "Customer name associated with the device."
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aruba-central-device"
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.