Broadcom · Capability

Broadcom vSphere Automation API — Hosts

Broadcom vSphere Automation API — Hosts. 1 operations. Lead operation: Broadcom List hosts. Self-contained Naftiko capability covering one Broadcom business surface.

Run with Naftiko BroadcomHosts

What You Can Do

GET
Listhosts — Broadcom List hosts
/v1/vcenter/host

MCP Tools

broadcom-list-hosts

Broadcom List hosts

read-only idempotent

Capability Spec

vsphere-automation-hosts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Broadcom vSphere Automation API — Hosts
  description: 'Broadcom vSphere Automation API — Hosts. 1 operations. Lead operation: Broadcom List hosts. Self-contained
    Naftiko capability covering one Broadcom business surface.'
  tags:
  - Broadcom
  - Hosts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BROADCOM_API_KEY: BROADCOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: vsphere-automation-hosts
    baseUri: https://{vcenter}/api
    description: Broadcom vSphere Automation API — Hosts business capability. Self-contained, no shared references.
    resources:
    - name: vcenter-host
      path: /vcenter/host
      operations:
      - name: listhosts
        method: GET
        description: Broadcom List hosts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter.names
          in: query
          type: array
        - name: filter.connection_states
          in: query
          type: array
    authentication:
      type: apikey
      key: vmware-api-session-id
      value: '{{env.BROADCOM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: vsphere-automation-hosts-rest
    port: 8080
    description: REST adapter for Broadcom vSphere Automation API — Hosts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/vcenter/host
      name: vcenter-host
      description: REST surface for vcenter-host.
      operations:
      - method: GET
        name: listhosts
        description: Broadcom List hosts
        call: vsphere-automation-hosts.listhosts
        with:
          filter.names: rest.filter.names
          filter.connection_states: rest.filter.connection_states
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vsphere-automation-hosts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Broadcom vSphere Automation API — Hosts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: broadcom-list-hosts
      description: Broadcom List hosts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vsphere-automation-hosts.listhosts
      with:
        filter.names: tools.filter.names
        filter.connection_states: tools.filter.connection_states
      outputParameters:
      - type: object
        mapping: $.