NetApp · JSON Structure

Netapp Ontap Cluster Structure

Type: object Properties: 10
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Cluster is a JSON Structure definition published by NetApp, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uuid name contact location version dns_domains ntp_servers timezone management_interfaces nodes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Cluster",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "contact": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "version": {
      "type": "object"
    },
    "dns_domains": {
      "type": "array"
    },
    "ntp_servers": {
      "type": "array"
    },
    "timezone": {
      "type": "object"
    },
    "management_interfaces": {
      "type": "array"
    },
    "nodes": {
      "type": "array"
    }
  }
}