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.
View JSON Schema on GitHub

JSON Schema

aruba-central-site-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Site",
  "type": "object",
  "description": "Physical site or location used to geographically organize network devices within Aruba Central.",
  "properties": {
    "site_id": {
      "type": "integer",
      "description": "Unique identifier for the site."
    },
    "site_name": {
      "type": "string",
      "description": "Name of the site."
    },
    "address": {
      "type": "string",
      "description": "Street address of the site."
    },
    "city": {
      "type": "string",
      "description": "City where the site is located."
    },
    "state": {
      "type": "string",
      "description": "State or province where the site is located."
    },
    "country": {
      "type": "string",
      "description": "Country where the site is located."
    },
    "zipcode": {
      "type": "string",
      "description": "Postal code for the site location."
    },
    "longitude": {
      "type": "number",
      "description": "Geographic longitude coordinate."
    },
    "latitude": {
      "type": "number",
      "description": "Geographic latitude coordinate."
    },
    "tags": {
      "type": "array",
      "description": "Tags applied to the site."
    },
    "associated_device_count": {
      "type": "integer",
      "description": "Number of devices associated with the site."
    }
  }
}

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-central-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.