NetApp · Schema

Aggregate

An aggregate (local tier) is a collection of physical disks that provides a pool of storage from which FlexVol volumes are provisioned.

CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Properties

Name Type Description
uuid string Aggregate UUID
name string Aggregate name
state string Aggregate operational state
space object Aggregate space usage
block_storage object Block storage configuration
data_encryption object Aggregate encryption configuration
cloud_storage object FabricPool configuration
create_time string Time when the aggregate was created
View JSON Schema on GitHub

JSON Schema

netapp-ontap-aggregate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Aggregate",
  "type": "object",
  "description": "An aggregate (local tier) is a collection of physical disks that provides a pool of storage from which FlexVol volumes are provisioned.",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Aggregate UUID"
    },
    "name": {
      "type": "string",
      "description": "Aggregate name"
    },
    "state": {
      "type": "string",
      "description": "Aggregate operational state"
    },
    "space": {
      "type": "object",
      "description": "Aggregate space usage"
    },
    "block_storage": {
      "type": "object",
      "description": "Block storage configuration"
    },
    "data_encryption": {
      "type": "object",
      "description": "Aggregate encryption configuration"
    },
    "cloud_storage": {
      "type": "object",
      "description": "FabricPool configuration"
    },
    "create_time": {
      "type": "string",
      "description": "Time when the aggregate was created"
    }
  }
}