Veritas InfoScale · Capability
Veritas InfoScale Infrastructure Management
Unified infrastructure management workflow combining the Veritas InfoScale REST API for managing clusters, service groups, storage volumes, disk groups, and alerts. Used by infrastructure engineers, storage administrators, and site reliability engineers.
What You Can Do
GET
List clusters
— List all clusters
/v1/clusters
GET
Get cluster
— Get cluster details
/v1/clusters/{clusterId}
GET
List service groups
— List service groups in a cluster
/v1/clusters/{clusterId}/servicegroups
GET
List disk groups
— List all disk groups
/v1/diskgroups
GET
List volumes
— List volumes in a disk group
/v1/diskgroups/{diskGroupName}/volumes
GET
List alerts
— List all active alerts
/v1/alerts
MCP Tools
list-clusters
List all InfoScale clusters
read-only
get-cluster
Get details of a specific cluster
read-only
idempotent
list-service-groups
List all service groups in a cluster
read-only
idempotent
get-service-group
Get service group details
read-only
idempotent
online-service-group
Bring a service group online on a system
offline-service-group
Take a service group offline
switch-service-group
Switch a service group to another system
list-systems
List all cluster nodes
read-only
list-disk-groups
List all VxVM disk groups
read-only
get-disk-group
Get disk group details
read-only
idempotent
list-volumes
List volumes in a disk group
read-only
idempotent
create-volume
Create a new storage volume
resize-volume
Resize a storage volume
create-snapshot
Create a volume snapshot
list-alerts
List all active cluster alerts
read-only
acknowledge-alert
Acknowledge a cluster alert
APIs Used
infoscale-rest