NetApp · JSON Structure

Netapp Ontap Snapshot Structure

Type: object Properties: 8
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Snapshot 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 create_time expiry_time comment size state snapmirror_label

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Snapshot",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "create_time": {
      "type": "string"
    },
    "expiry_time": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    },
    "state": {
      "type": "string"
    },
    "snapmirror_label": {
      "type": "string"
    }
  }
}