VMware · Capability

VMware vSphere Automation REST API — VM Guest

VMware vSphere Automation REST API — VM Guest. 2 operations. Lead operation: Vmware Get Guest Os Identity. Self-contained Naftiko capability covering one Vmware business surface.

Run with Naftiko VmwareVM Guest

What You Can Do

GET
Getvmguestidentity — Vmware Get Guest Os Identity
/v1/vcenter/vm/{vm}/guest/identity
GET
Getvmguestnetworking — Vmware Get Guest Networking Information
/v1/vcenter/vm/{vm}/guest/networking

MCP Tools

vmware-get-guest-os-identity

Vmware Get Guest Os Identity

read-only idempotent
vmware-get-guest-networking-information

Vmware Get Guest Networking Information

read-only idempotent

Capability Spec

vsphere-vm-guest.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VMware vSphere Automation REST API — VM Guest
  description: 'VMware vSphere Automation REST API — VM Guest. 2 operations. Lead operation: Vmware Get Guest Os Identity.
    Self-contained Naftiko capability covering one Vmware business surface.'
  tags:
  - Vmware
  - VM Guest
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VMWARE_API_KEY: VMWARE_API_KEY
capability:
  consumes:
  - type: http
    namespace: vsphere-vm-guest
    baseUri: https://{vcenter}/api
    description: VMware vSphere Automation REST API — VM Guest business capability. Self-contained, no shared references.
    resources:
    - name: vcenter-vm-vm-guest-identity
      path: /vcenter/vm/{vm}/guest/identity
      operations:
      - name: getvmguestidentity
        method: GET
        description: Vmware Get Guest Os Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: vcenter-vm-vm-guest-networking
      path: /vcenter/vm/{vm}/guest/networking
      operations:
      - name: getvmguestnetworking
        method: GET
        description: Vmware Get Guest Networking Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: vmware-api-session-id
      value: '{{env.VMWARE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: vsphere-vm-guest-rest
    port: 8080
    description: REST adapter for VMware vSphere Automation REST API — VM Guest. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/vcenter/vm/{vm}/guest/identity
      name: vcenter-vm-vm-guest-identity
      description: REST surface for vcenter-vm-vm-guest-identity.
      operations:
      - method: GET
        name: getvmguestidentity
        description: Vmware Get Guest Os Identity
        call: vsphere-vm-guest.getvmguestidentity
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/vcenter/vm/{vm}/guest/networking
      name: vcenter-vm-vm-guest-networking
      description: REST surface for vcenter-vm-vm-guest-networking.
      operations:
      - method: GET
        name: getvmguestnetworking
        description: Vmware Get Guest Networking Information
        call: vsphere-vm-guest.getvmguestnetworking
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vsphere-vm-guest-mcp
    port: 9090
    transport: http
    description: MCP adapter for VMware vSphere Automation REST API — VM Guest. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: vmware-get-guest-os-identity
      description: Vmware Get Guest Os Identity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vsphere-vm-guest.getvmguestidentity
      outputParameters:
      - type: object
        mapping: $.
    - name: vmware-get-guest-networking-information
      description: Vmware Get Guest Networking Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vsphere-vm-guest.getvmguestnetworking
      outputParameters:
      - type: object
        mapping: $.