NetApp · JSON Structure

Netapp Ontap Aggregate Structure

Type: object Properties: 8
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Aggregate 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 state space block_storage data_encryption cloud_storage create_time

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Aggregate",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "space": {
      "type": "object"
    },
    "block_storage": {
      "type": "object"
    },
    "data_encryption": {
      "type": "object"
    },
    "cloud_storage": {
      "type": "object"
    },
    "create_time": {
      "type": "string"
    }
  }
}