Veritas InfoScale · Capability

Veritas InfoScale REST API — Systems

Veritas InfoScale REST API — Systems. 2 operations. Lead operation: Veritas InfoScale List Systems. Self-contained Naftiko capability covering one Veritas Infoscale business surface.

Run with Naftiko Veritas InfoscaleSystems

What You Can Do

GET
Listsystems — Veritas InfoScale List Systems
/v1/clusters/{clusterid}/systems
GET
Getsystem — Veritas InfoScale Get System
/v1/clusters/{clusterid}/systems/{systemname}

MCP Tools

veritas-infoscale-list-systems

Veritas InfoScale List Systems

read-only idempotent
veritas-infoscale-get-system

Veritas InfoScale Get System

read-only idempotent

Capability Spec

rest-systems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Veritas InfoScale REST API — Systems
  description: 'Veritas InfoScale REST API — Systems. 2 operations. Lead operation: Veritas InfoScale List Systems. Self-contained
    Naftiko capability covering one Veritas Infoscale business surface.'
  tags:
  - Veritas Infoscale
  - Systems
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VERITAS_INFOSCALE_API_KEY: VERITAS_INFOSCALE_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-systems
    baseUri: https://{infoscale-server}:14149/api/v1
    description: Veritas InfoScale REST API — Systems business capability. Self-contained, no shared references.
    resources:
    - name: clusters-clusterId-systems
      path: /clusters/{clusterId}/systems
      operations:
      - name: listsystems
        method: GET
        description: Veritas InfoScale List Systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: clusters-clusterId-systems-systemName
      path: /clusters/{clusterId}/systems/{systemName}
      operations:
      - name: getsystem
        method: GET
        description: Veritas InfoScale Get System
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.VERITAS_INFOSCALE_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-systems-rest
    port: 8080
    description: REST adapter for Veritas InfoScale REST API — Systems. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/clusters/{clusterid}/systems
      name: clusters-clusterid-systems
      description: REST surface for clusters-clusterId-systems.
      operations:
      - method: GET
        name: listsystems
        description: Veritas InfoScale List Systems
        call: rest-systems.listsystems
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/clusters/{clusterid}/systems/{systemname}
      name: clusters-clusterid-systems-systemname
      description: REST surface for clusters-clusterId-systems-systemName.
      operations:
      - method: GET
        name: getsystem
        description: Veritas InfoScale Get System
        call: rest-systems.getsystem
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-systems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Veritas InfoScale REST API — Systems. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: veritas-infoscale-list-systems
      description: Veritas InfoScale List Systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-systems.listsystems
      outputParameters:
      - type: object
        mapping: $.
    - name: veritas-infoscale-get-system
      description: Veritas InfoScale Get System
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-systems.getsystem
      outputParameters:
      - type: object
        mapping: $.