NetApp · JSON Structure

Netapp Ontap Svm Reference Structure

Type: object Properties: 2
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

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

Properties

uuid name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SvmReference",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}