Reolink · Schema

Reolink Device Info

Device information returned by the GetDevInfo command including model, firmware, hardware version, and capabilities.

IoTSecurity CamerasSurveillanceSmart HomeAI Detection

Properties

Name Type Description
B485 integer RS485 support flag
IOInputNum integer Number of IO input ports
IOOutputNum integer Number of IO output ports
audioNum integer Number of audio channels
buildDay string Firmware build date
cfgVer string Configuration version
channelNum integer Number of camera channels
detail string Device detail string
diskNum integer Number of disk slots
firmVer string Firmware version string
frameworkVer integer Framework version number
hardVer string Hardware version string
model string Device model name
name string Device display name
pakSuffix string Firmware package suffix
serial string Device serial number
type string Device type identifier
wifi integer WiFi support flag (0 or 1)
View JSON Schema on GitHub

JSON Schema

device-info.json Raw ↑
{
  "$id": "device-info.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Reolink Device Info",
  "description": "Device information returned by the GetDevInfo command including model, firmware, hardware version, and capabilities.",
  "type": "object",
  "properties": {
    "B485": {
      "type": "integer",
      "description": "RS485 support flag"
    },
    "IOInputNum": {
      "type": "integer",
      "description": "Number of IO input ports"
    },
    "IOOutputNum": {
      "type": "integer",
      "description": "Number of IO output ports"
    },
    "audioNum": {
      "type": "integer",
      "description": "Number of audio channels"
    },
    "buildDay": {
      "type": "string",
      "description": "Firmware build date"
    },
    "cfgVer": {
      "type": "string",
      "description": "Configuration version"
    },
    "channelNum": {
      "type": "integer",
      "description": "Number of camera channels"
    },
    "detail": {
      "type": "string",
      "description": "Device detail string"
    },
    "diskNum": {
      "type": "integer",
      "description": "Number of disk slots"
    },
    "firmVer": {
      "type": "string",
      "description": "Firmware version string"
    },
    "frameworkVer": {
      "type": "integer",
      "description": "Framework version number"
    },
    "hardVer": {
      "type": "string",
      "description": "Hardware version string"
    },
    "model": {
      "type": "string",
      "description": "Device model name"
    },
    "name": {
      "type": "string",
      "description": "Device display name"
    },
    "pakSuffix": {
      "type": "string",
      "description": "Firmware package suffix"
    },
    "serial": {
      "type": "string",
      "description": "Device serial number"
    },
    "type": {
      "type": "string",
      "description": "Device type identifier"
    },
    "wifi": {
      "type": "integer",
      "description": "WiFi support flag (0 or 1)"
    }
  },
  "required": ["model", "firmVer", "hardVer", "name", "serial", "type", "channelNum"]
}

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/device-info"
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.