Verizon · JSON Structure

Thingspace Connectivity Ip Pool Structure

IP address pool

Type: object Properties: 3
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

IpPool is a JSON Structure definition published by Verizon, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

poolName poolType isDefaultPool

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verizon/refs/heads/main/json-structure/thingspace-connectivity-ip-pool-structure.json",
  "description": "IP address pool",
  "type": "object",
  "properties": {
    "poolName": {
      "type": "string",
      "description": "Name of the IP pool",
      "example": "ACME_POOL"
    },
    "poolType": {
      "type": "string",
      "enum": [
        "IPV4",
        "IPV6"
      ],
      "description": "IP version type",
      "example": "IPV4"
    },
    "isDefaultPool": {
      "type": "boolean",
      "description": "Whether this is the default pool",
      "example": true
    }
  },
  "name": "IpPool"
}