Veritas InfoScale · Schema

ServiceGroup

Service group schema from Veritas InfoScale REST API

ClusteringData ManagementDisaster RecoveryHigh AvailabilityStorage ManagementVirtualization

Properties

Name Type Description
name string Service group name
state string Current service group state
systemList array List of systems where this group can run
currentSystem string System where the group is currently online
autoStart boolean Whether the group starts automatically
parallel boolean Whether the group can run on multiple systems
resourceCount integer Number of resources in this group
groupType string Type classification of the service group
critical boolean Whether this is a critical service group
View JSON Schema on GitHub

JSON Schema

rest-api-service-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/veritas-infoscale/refs/heads/main/json-schema/rest-api-service-group-schema.json",
  "title": "ServiceGroup",
  "description": "Service group schema from Veritas InfoScale REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Service group name"
    },
    "state": {
      "type": "string",
      "enum": ["ONLINE", "OFFLINE", "FAULTED", "PARTIAL", "STARTING", "STOPPING"],
      "description": "Current service group state"
    },
    "systemList": {
      "type": "array",
      "items": { "type": "string" },
      "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": "integer",
      "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"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rest-api-service-group"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.