NetApp · JSON Structure

Netapp Ontap Cluster Node Structure

Type: object Properties: 8
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

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

Properties

uuid name model serial_number uptime version controller state

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClusterNode",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "serial_number": {
      "type": "string"
    },
    "uptime": {
      "type": "integer"
    },
    "version": {
      "type": "object"
    },
    "controller": {
      "type": "object"
    },
    "state": {
      "type": "string"
    }
  }
}