NetApp · JSON Structure

Netapp Ontap Volume Structure

Type: object Properties: 19
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

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

Properties

uuid name type state style size comment language create_time aggregates space nas guarantee snapshot_policy qos tiering encryption autosize clone

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Volume",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "style": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    },
    "comment": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "create_time": {
      "type": "string"
    },
    "aggregates": {
      "type": "array"
    },
    "space": {
      "type": "object"
    },
    "nas": {
      "type": "object"
    },
    "guarantee": {
      "type": "object"
    },
    "snapshot_policy": {
      "type": "object"
    },
    "qos": {
      "type": "object"
    },
    "tiering": {
      "type": "object"
    },
    "encryption": {
      "type": "object"
    },
    "autosize": {
      "type": "object"
    },
    "clone": {
      "type": "object"
    }
  }
}