Infoblox · Schema

Grid

CloudDDIDHCPDNSIPAMNetwork ManagementSecurityThreat Intelligence

Properties

Name Type Description
_ref string The object reference for the Grid.
name string The name of the Grid.
dns_resolver_setting object The DNS resolver settings for the Grid.
ntp_setting object The NTP settings for the Grid.
View JSON Schema on GitHub

JSON Schema

infoblox-grid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Grid",
  "title": "Grid",
  "type": "object",
  "properties": {
    "_ref": {
      "type": "string",
      "description": "The object reference for the Grid."
    },
    "name": {
      "type": "string",
      "description": "The name of the Grid."
    },
    "dns_resolver_setting": {
      "type": "object",
      "description": "The DNS resolver settings for the Grid."
    },
    "ntp_setting": {
      "type": "object",
      "description": "The NTP settings for the Grid."
    }
  }
}