Aruba · Schema
Site
Physical site or location used to geographically organize network devices within Aruba Central.
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless
Properties
| Name | Type | Description |
|---|---|---|
| site_id | integer | Unique identifier for the site. |
| site_name | string | Name of the site. |
| address | string | Street address of the site. |
| city | string | City where the site is located. |
| state | string | State or province where the site is located. |
| country | string | Country where the site is located. |
| zipcode | string | Postal code for the site location. |
| longitude | number | Geographic longitude coordinate. |
| latitude | number | Geographic latitude coordinate. |
| tags | array | Tags applied to the site. |
| associated_device_count | integer | Number of devices associated with the site. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Site",
"title": "Site",
"type": "object",
"description": "Physical site or location used to geographically organize network devices within Aruba Central.",
"properties": {
"site_id": {
"type": "integer",
"format": "int64",
"description": "Unique identifier for the site.",
"example": "500123"
},
"site_name": {
"type": "string",
"description": "Name of the site.",
"examples": [
"Headquarters"
]
},
"address": {
"type": "string",
"description": "Street address of the site.",
"example": "example_value"
},
"city": {
"type": "string",
"description": "City where the site is located.",
"example": "example_value"
},
"state": {
"type": "string",
"description": "State or province where the site is located.",
"example": "example_value"
},
"country": {
"type": "string",
"description": "Country where the site is located.",
"example": "example_value"
},
"zipcode": {
"type": "string",
"description": "Postal code for the site location.",
"example": "example_value"
},
"longitude": {
"type": "number",
"format": "double",
"description": "Geographic longitude coordinate.",
"example": 42.5
},
"latitude": {
"type": "number",
"format": "double",
"description": "Geographic latitude coordinate.",
"example": 42.5
},
"tags": {
"type": "array",
"description": "Tags applied to the site.",
"items": {
"type": "string"
},
"example": []
},
"associated_device_count": {
"type": "integer",
"description": "Number of devices associated with the site.",
"example": 10
}
}
}
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-site"
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.