Veritas InfoScale · JSON Structure

Rest Api Service Group Structure

Service group schema from Veritas InfoScale REST API

Type: object Properties: 9
ClusteringData ManagementDisaster RecoveryHigh AvailabilityStorage ManagementVirtualization

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

Properties

name state systemList currentSystem autoStart parallel resourceCount groupType critical

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-service-group-structure.json",
  "name": "ServiceGroup",
  "description": "Service group schema from Veritas InfoScale REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Service group name"
    },
    "state": {
      "type": "enum",
      "description": "Current service group state"
    },
    "systemList": {
      "type": "array",
      "description": "List of systems where this group can run"
    },
    "currentSystem": {
      "type": "string",
      "description": "System where the group is currently online"
    },
    "autoStart": {
      "type": "boolean",
      "description": "Whether the group starts automatically"
    },
    "parallel": {
      "type": "boolean",
      "description": "Whether the group can run on multiple systems"
    },
    "resourceCount": {
      "type": "int32",
      "description": "Number of resources in this group"
    },
    "groupType": {
      "type": "string",
      "description": "Type classification of the service group"
    },
    "critical": {
      "type": "boolean",
      "description": "Whether this is a critical service group"
    }
  }
}