NSX-T Data Center REST API

CidrInfo (type)

{
  "additionalProperties": false,
  "description": "CIDR info for blocks created for third party ipam providers.",
  "id": "CidrInfo",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPAMInfobloxIntegration",
  "properties": {
    "cidr": {
      "$ref": "IPAddress",
      "description": "CIDR of the IP block created.",
      "readonly": true,
      "title": "CIDR of the IP block"
    },
    "comment": {
      "description": "Comment on the IP block.",
      "readonly": true,
      "title": "Comment on the IP block",
      "type": "string"
    },
    "in_use": {
      "default": false,
      "description": "IP block corresponding to the third party IPAM provider CIDR has subnets.",
      "readonly": true,
      "title": "Is CIDR in use",
      "type": "boolean"
    },
    "ip_block_name": {
      "description": "IP block name corresponding to the CIDR.",
      "readonly": true,
      "title": "IP block name",
      "type": "string"
    },
    "ip_block_path": {
      "description": "IP block path corresponding to the CIDR.",
      "readonly": true,
      "title": "IP block path",
      "type": "string"
    },
    "reference_id": {
      "description": "Reference ID of the IP block.",
      "readonly": true,
      "title": "Reference ID of the IP block",
      "type": "string"
    }
  },
  "title": "Parameters for IP block CIDR",
  "type": "object"
}