Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — Hosts

Microsoft Azure Azure Arc VMware Management Service API — Hosts. 6 operations. Lead operation: Microsoft Azure Implements Get Hosts In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureHosts

What You Can Do

GET
Microsoftazurehostslist — Microsoft Azure Implements Get Hosts In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/hosts
GET
Microsoftazurehostslistbyresourcegroup — Microsoft Azure Implements Get Hosts In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts
PUT
Microsoftazurehostscreate — Microsoft Azure Implements Host Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts/{hostname}
GET
Microsoftazurehostsget — Microsoft Azure Gets A Host
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts/{hostname}
PATCH
Microsoftazurehostsupdate — Microsoft Azure Updates A Host
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts/{hostname}
DELETE
Microsoftazurehostsdelete — Microsoft Azure Deletes An Host
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts/{hostname}

MCP Tools

microsoft-azure-implements-get-hosts

Microsoft Azure Implements Get Hosts In A Subscription

read-only idempotent
microsoft-azure-implements-get-hosts-2

Microsoft Azure Implements Get Hosts In A Resource Group

read-only idempotent
microsoft-azure-implements-host-put

Microsoft Azure Implements Host Put Method

idempotent
microsoft-azure-gets-host

Microsoft Azure Gets A Host

read-only idempotent
microsoft-azure-updates-host

Microsoft Azure Updates A Host

idempotent
microsoft-azure-deletes-host

Microsoft Azure Deletes An Host

idempotent

Capability Spec

azure-arc-vmware-management-service-hosts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Arc VMware Management Service API — Hosts
  description: 'Microsoft Azure Azure Arc VMware Management Service API — Hosts. 6 operations. Lead operation: Microsoft Azure
    Implements Get Hosts In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Hosts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-arc-vmware-management-service-hosts
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Arc VMware Management Service API — Hosts business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-hosts
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/hosts
      operations:
      - name: microsoftazurehostslist
        method: GET
        description: Microsoft Azure Implements Get Hosts In A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/hosts
      operations:
      - name: microsoftazurehostslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Hosts In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/hosts/{hostName}
      operations:
      - name: microsoftazurehostscreate
        method: PUT
        description: Microsoft Azure Implements Host Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hostName
          in: path
          type: string
          description: Name of the host.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazurehostsget
        method: GET
        description: Microsoft Azure Gets A Host
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hostName
          in: path
          type: string
          description: Name of the host.
          required: true
      - name: microsoftazurehostsupdate
        method: PATCH
        description: Microsoft Azure Updates A Host
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hostName
          in: path
          type: string
          description: Name of the host.
          required: true
        - name: body
          in: body
          type: string
          description: Resource properties to update.
      - name: microsoftazurehostsdelete
        method: DELETE
        description: Microsoft Azure Deletes An Host
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hostName
          in: path
          type: string
          description: Name of the host.
          required: true
        - name: force
          in: query
          type: boolean
          description: Whether force delete was specified.
  exposes:
  - type: rest
    namespace: azure-arc-vmware-management-service-hosts-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Arc VMware Management Service API — Hosts. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/hosts
      name: subscriptions-subscriptionid-providers-microsoft-connectedvmwarevsphere-hosts
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-hosts.
      operations:
      - method: GET
        name: microsoftazurehostslist
        description: Microsoft Azure Implements Get Hosts In A Subscription
        call: azure-arc-vmware-management-service-hosts.microsoftazurehostslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurehostslistbyresourcegroup
        description: Microsoft Azure Implements Get Hosts In A Resource Group
        call: azure-arc-vmware-management-service-hosts.microsoftazurehostslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/hosts/{hostname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurehostscreate
        description: Microsoft Azure Implements Host Put Method
        call: azure-arc-vmware-management-service-hosts.microsoftazurehostscreate
        with:
          hostName: rest.hostName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurehostsget
        description: Microsoft Azure Gets A Host
        call: azure-arc-vmware-management-service-hosts.microsoftazurehostsget
        with:
          hostName: rest.hostName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurehostsupdate
        description: Microsoft Azure Updates A Host
        call: azure-arc-vmware-management-service-hosts.microsoftazurehostsupdate
        with:
          hostName: rest.hostName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurehostsdelete
        description: Microsoft Azure Deletes An Host
        call: azure-arc-vmware-management-service-hosts.microsoftazurehostsdelete
        with:
          hostName: rest.hostName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-arc-vmware-management-service-hosts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Arc VMware Management Service API — Hosts. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-hosts
      description: Microsoft Azure Implements Get Hosts In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-hosts.microsoftazurehostslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-hosts-2
      description: Microsoft Azure Implements Get Hosts In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-hosts.microsoftazurehostslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-host-put
      description: Microsoft Azure Implements Host Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-hosts.microsoftazurehostscreate
      with:
        hostName: tools.hostName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-host
      description: Microsoft Azure Gets A Host
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-hosts.microsoftazurehostsget
      with:
        hostName: tools.hostName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-host
      description: Microsoft Azure Updates A Host
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-hosts.microsoftazurehostsupdate
      with:
        hostName: tools.hostName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-host
      description: Microsoft Azure Deletes An Host
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-arc-vmware-management-service-hosts.microsoftazurehostsdelete
      with:
        hostName: tools.hostName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.