Veritas InfoScale · Capability

Veritas InfoScale REST API — Jobs

Veritas InfoScale REST API — Jobs. 1 operations. Lead operation: Veritas InfoScale Get Job. Self-contained Naftiko capability covering one Veritas Infoscale business surface.

Run with Naftiko Veritas InfoscaleJobs

What You Can Do

GET
Getjob — Veritas InfoScale Get Job
/v1/jobs/{jobid}

MCP Tools

veritas-infoscale-get-job

Veritas InfoScale Get Job

read-only idempotent

Capability Spec

rest-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Veritas InfoScale REST API — Jobs
  description: 'Veritas InfoScale REST API — Jobs. 1 operations. Lead operation: Veritas InfoScale Get Job. Self-contained
    Naftiko capability covering one Veritas Infoscale business surface.'
  tags:
  - Veritas Infoscale
  - Jobs
  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-jobs
    baseUri: https://{infoscale-server}:14149/api/v1
    description: Veritas InfoScale REST API — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: jobs-jobId
      path: /jobs/{jobId}
      operations:
      - name: getjob
        method: GET
        description: Veritas InfoScale Get Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.VERITAS_INFOSCALE_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-jobs-rest
    port: 8080
    description: REST adapter for Veritas InfoScale REST API — Jobs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/jobs/{jobid}
      name: jobs-jobid
      description: REST surface for jobs-jobId.
      operations:
      - method: GET
        name: getjob
        description: Veritas InfoScale Get Job
        call: rest-jobs.getjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Veritas InfoScale REST API — Jobs. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: veritas-infoscale-get-job
      description: Veritas InfoScale Get Job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-jobs.getjob
      outputParameters:
      - type: object
        mapping: $.