NetApp · JSON Structure

Netapp Ontap Svm Structure

Type: object Properties: 18
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

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

Properties

uuid name state subtype language comment ipspace aggregates ip_interfaces nfs cifs iscsi fcp nvme snapshot_policy dns certificate max_volumes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Svm",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "ipspace": {
      "type": "object"
    },
    "aggregates": {
      "type": "array"
    },
    "ip_interfaces": {
      "type": "array"
    },
    "nfs": {
      "type": "object"
    },
    "cifs": {
      "type": "object"
    },
    "iscsi": {
      "type": "object"
    },
    "fcp": {
      "type": "object"
    },
    "nvme": {
      "type": "object"
    },
    "snapshot_policy": {
      "type": "object"
    },
    "dns": {
      "type": "object"
    },
    "certificate": {
      "type": "object"
    },
    "max_volumes": {
      "type": "string"
    }
  }
}