Cradlepoint · Schema

Cradlepoint Router

An NCM-managed Cradlepoint router (edge device) as returned by /api/v2/routers/.

Wireless WAN5GLTEEdgeBranch NetworkingSD-WANSASERouterIn-VehicleIoTCellularPrivate 5GNetCloudEricsson

Properties

Name Type Description
id string NCM-assigned router ID.
account string Owning account ID.
group stringnull Group ID the router is assigned to, if any.
name string
description string
mac string
serial_number string
product string Cradlepoint product line, e.g. IBR1700, IBR900, E300, E3000, R1900, R2100, W1850.
actual_firmware string
target_firmware string
state string
last_seen_at string
ipv4_address string
location object
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

cradlepoint-router-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cradlepoint/main/json-schema/cradlepoint-router-schema.json",
  "title": "Cradlepoint Router",
  "description": "An NCM-managed Cradlepoint router (edge device) as returned by /api/v2/routers/.",
  "type": "object",
  "required": ["id", "account", "mac", "product", "state"],
  "properties": {
    "id": {
      "type": "string",
      "description": "NCM-assigned router ID."
    },
    "account": {
      "type": "string",
      "description": "Owning account ID."
    },
    "group": {
      "type": ["string", "null"],
      "description": "Group ID the router is assigned to, if any."
    },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "mac": { "type": "string", "pattern": "^[0-9A-Fa-f:]{17}$" },
    "serial_number": { "type": "string" },
    "product": {
      "type": "string",
      "description": "Cradlepoint product line, e.g. IBR1700, IBR900, E300, E3000, R1900, R2100, W1850."
    },
    "actual_firmware": { "type": "string" },
    "target_firmware": { "type": "string" },
    "state": {
      "type": "string",
      "enum": ["online", "offline", "unknown"]
    },
    "last_seen_at": { "type": "string", "format": "date-time" },
    "ipv4_address": { "type": "string", "format": "ipv4" },
    "location": {
      "type": "object",
      "properties": {
        "latitude": { "type": "number" },
        "longitude": { "type": "number" },
        "accuracy": { "type": "number" }
      }
    },
    "created_at": { "type": "string", "format": "date-time" },
    "updated_at": { "type": "string", "format": "date-time" }
  }
}

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/cradlepoint-router"
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.