IBM Turbonomic · Capability

Turbonomic REST API — Topology

Turbonomic REST API — Topology. 1 operations. Lead operation: Get Topology Definitions. Self-contained Naftiko capability covering one Turbonomic business surface.

Run with Naftiko TurbonomicTopology

What You Can Do

GET
Gettopologydefinitions — Get Topology Definitions
/v1/topology

MCP Tools

get-topology-definitions

Get Topology Definitions

read-only idempotent

Capability Spec

rest-topology.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Turbonomic REST API — Topology
  description: 'Turbonomic REST API — Topology. 1 operations. Lead operation: Get Topology Definitions. Self-contained Naftiko
    capability covering one Turbonomic business surface.'
  tags:
  - Turbonomic
  - Topology
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TURBONOMIC_API_KEY: TURBONOMIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-topology
    baseUri: https://{turbonomic_host}/api/v3
    description: Turbonomic REST API — Topology business capability. Self-contained, no shared references.
    resources:
    - name: topology
      path: /topology
      operations:
      - name: gettopologydefinitions
        method: GET
        description: Get Topology Definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TURBONOMIC_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-topology-rest
    port: 8080
    description: REST adapter for Turbonomic REST API — Topology. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/topology
      name: topology
      description: REST surface for topology.
      operations:
      - method: GET
        name: gettopologydefinitions
        description: Get Topology Definitions
        call: rest-topology.gettopologydefinitions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-topology-mcp
    port: 9090
    transport: http
    description: MCP adapter for Turbonomic REST API — Topology. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-topology-definitions
      description: Get Topology Definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-topology.gettopologydefinitions
      outputParameters:
      - type: object
        mapping: $.