Veritas InfoScale · JSON Structure

Rest Api Volume Structure

Volume schema from Veritas InfoScale REST API

Type: object Properties: 8
ClusteringData ManagementDisaster RecoveryHigh AvailabilityStorage ManagementVirtualization

Volume is a JSON Structure definition published by Veritas InfoScale, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name diskGroup state size layout plexCount readPolicy usageType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veritas-infoscale/refs/heads/main/json-structure/rest-api-volume-structure.json",
  "name": "Volume",
  "description": "Volume schema from Veritas InfoScale REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Volume name"
    },
    "diskGroup": {
      "type": "string",
      "description": "Parent disk group"
    },
    "state": {
      "type": "enum",
      "description": "Volume state"
    },
    "size": {
      "type": "string",
      "description": "Volume size"
    },
    "layout": {
      "type": "enum",
      "description": "Volume layout type"
    },
    "plexCount": {
      "type": "int32",
      "description": "Number of plexes"
    },
    "readPolicy": {
      "type": "string",
      "description": "Read policy for the volume"
    },
    "usageType": {
      "type": "string",
      "description": "Volume usage type"
    }
  }
}