NSX-T Data Center REST API

ViewInfo (type)

{
  "additionalProperties": false,
  "description": "DNS and network view information for Ipam third party provider.",
  "id": "ViewInfo",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPAMInfobloxIntegration",
  "properties": {
    "view_name": {
      "description": "View name.",
      "readonly": true,
      "title": "View name",
      "type": "string"
    },
    "view_ref_id": {
      "description": "View reference ID.",
      "readonly": true,
      "title": "View reference ID",
      "type": "string"
    }
  },
  "title": "DNS and network view information",
  "type": "object"
}