NetApp · Schema

VolumeReference

Reference to a volume

CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Properties

Name Type Description
uuid string
name string
View JSON Schema on GitHub

JSON Schema

netapp-ontap-volume-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VolumeReference",
  "type": "object",
  "description": "Reference to a volume",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}