Soracom · Schema

Soracom Napter Port Mapping

A Soracom Napter on-demand port mapping that exposes a SIM-attached device's port to a source IP CIDR over the public internet for a limited time.

IoTCellularLPWANSIMLoRaWANSigfoxMVNOConnectivityEdgeJapan

Properties

Name Type Description
key string Port mapping key (also forms the endpoint hostname).
ipAddress string Public IPv4 endpoint.
port integer Public TCP port assigned by Napter.
endpoint string Public endpoint, host:port.
destination object
source object
duration integer Time-to-live in seconds.
expiresAt integer
tlsRequired boolean
View JSON Schema on GitHub

JSON Schema

soracom-port-mapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/soracom/main/json-schema/soracom-port-mapping-schema.json",
  "title": "Soracom Napter Port Mapping",
  "description": "A Soracom Napter on-demand port mapping that exposes a SIM-attached device's port to a source IP CIDR over the public internet for a limited time.",
  "type": "object",
  "properties": {
    "key": {"type": "string", "description": "Port mapping key (also forms the endpoint hostname)."},
    "ipAddress": {"type": "string", "description": "Public IPv4 endpoint."},
    "port": {"type": "integer", "description": "Public TCP port assigned by Napter."},
    "endpoint": {"type": "string", "description": "Public endpoint, host:port."},
    "destination": {
      "type": "object",
      "properties": {
        "imsi": {"type": "string"},
        "simId": {"type": "string"},
        "deviceId": {"type": "string"},
        "port": {"type": "integer", "description": "Device-side TCP port (e.g. 22, 80, 443)."}
      }
    },
    "source": {
      "type": "object",
      "properties": {
        "ipRanges": {"type": "array", "items": {"type": "string"}, "description": "Allowed source CIDR ranges."}
      }
    },
    "duration": {"type": "integer", "description": "Time-to-live in seconds."},
    "expiresAt": {"type": "integer"},
    "tlsRequired": {"type": "boolean"}
  },
  "required": ["key", "endpoint", "destination"],
  "additionalProperties": true
}

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/soracom-port-mapping"
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.