Infoblox · Schema

NetworkView

CloudDDIDHCPDNSIPAMNetwork ManagementSecurityThreat Intelligence

Properties

Name Type Description
_ref string The object reference for this network view.
name string The name of the network view.
comment string A descriptive comment.
is_default boolean Whether this is the default network view.
View JSON Schema on GitHub

JSON Schema

infoblox-networkview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkView",
  "title": "NetworkView",
  "type": "object",
  "properties": {
    "_ref": {
      "type": "string",
      "description": "The object reference for this network view."
    },
    "name": {
      "type": "string",
      "description": "The name of the network view."
    },
    "comment": {
      "type": "string",
      "description": "A descriptive comment.",
      "maxLength": 256
    },
    "is_default": {
      "type": "boolean",
      "description": "Whether this is the default network view."
    }
  }
}