Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — Clusters

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

Run with Naftiko Microsoft AzureClusters

What You Can Do

GET
Microsoftazureclusterslist — Microsoft Azure Implements Get Clusters In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/clusters
GET
Microsoftazureclusterslistbyresourcegroup — Microsoft Azure Implements Get Clusters In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters
PUT
Microsoftazureclusterscreate — Microsoft Azure Implements Cluster Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters/{clustername}
GET
Microsoftazureclustersget — Microsoft Azure Gets A Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters/{clustername}
PATCH
Microsoftazureclustersupdate — Microsoft Azure Updates A Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters/{clustername}
DELETE
Microsoftazureclustersdelete — Microsoft Azure Deletes An Cluster
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters/{clustername}

MCP Tools

microsoft-azure-implements-get-clusters

Microsoft Azure Implements Get Clusters In A Subscription

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

Microsoft Azure Implements Get Clusters In A Resource Group

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

Microsoft Azure Implements Cluster Put Method

idempotent
microsoft-azure-gets-cluster

Microsoft Azure Gets A Cluster

read-only idempotent
microsoft-azure-updates-cluster

Microsoft Azure Updates A Cluster

idempotent
microsoft-azure-deletes-cluster

Microsoft Azure Deletes An Cluster

idempotent

Capability Spec

azure-arc-vmware-management-service-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Arc VMware Management Service API — Clusters
  description: 'Microsoft Azure Azure Arc VMware Management Service API — Clusters. 6 operations. Lead operation: Microsoft
    Azure Implements Get Clusters In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Clusters
  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-clusters
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Arc VMware Management Service API — Clusters business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-clusters
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/clusters
      operations:
      - name: microsoftazureclusterslist
        method: GET
        description: Microsoft Azure Implements Get Clusters 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/clusters
      operations:
      - name: microsoftazureclusterslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Clusters 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/clusters/{clusterName}
      operations:
      - name: microsoftazureclusterscreate
        method: PUT
        description: Microsoft Azure Implements Cluster Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Name of the cluster.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazureclustersget
        method: GET
        description: Microsoft Azure Gets A Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Name of the cluster.
          required: true
      - name: microsoftazureclustersupdate
        method: PATCH
        description: Microsoft Azure Updates A Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Name of the cluster.
          required: true
        - name: body
          in: body
          type: string
          description: Resource properties to update.
      - name: microsoftazureclustersdelete
        method: DELETE
        description: Microsoft Azure Deletes An Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Name of the cluster.
          required: true
        - name: force
          in: query
          type: boolean
          description: Whether force delete was specified.
  exposes:
  - type: rest
    namespace: azure-arc-vmware-management-service-clusters-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Arc VMware Management Service API — Clusters. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/clusters
      name: subscriptions-subscriptionid-providers-microsoft-connectedvmwarevsphere-clusters
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-clusters.
      operations:
      - method: GET
        name: microsoftazureclusterslist
        description: Microsoft Azure Implements Get Clusters In A Subscription
        call: azure-arc-vmware-management-service-clusters.microsoftazureclusterslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureclusterslistbyresourcegroup
        description: Microsoft Azure Implements Get Clusters In A Resource Group
        call: azure-arc-vmware-management-service-clusters.microsoftazureclusterslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/clusters/{clustername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureclusterscreate
        description: Microsoft Azure Implements Cluster Put Method
        call: azure-arc-vmware-management-service-clusters.microsoftazureclusterscreate
        with:
          clusterName: rest.clusterName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureclustersget
        description: Microsoft Azure Gets A Cluster
        call: azure-arc-vmware-management-service-clusters.microsoftazureclustersget
        with:
          clusterName: rest.clusterName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureclustersupdate
        description: Microsoft Azure Updates A Cluster
        call: azure-arc-vmware-management-service-clusters.microsoftazureclustersupdate
        with:
          clusterName: rest.clusterName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureclustersdelete
        description: Microsoft Azure Deletes An Cluster
        call: azure-arc-vmware-management-service-clusters.microsoftazureclustersdelete
        with:
          clusterName: rest.clusterName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-arc-vmware-management-service-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Arc VMware Management Service API — Clusters. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-clusters
      description: Microsoft Azure Implements Get Clusters In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-clusters.microsoftazureclusterslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-clusters-2
      description: Microsoft Azure Implements Get Clusters In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-clusters.microsoftazureclusterslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-cluster-put
      description: Microsoft Azure Implements Cluster Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-clusters.microsoftazureclusterscreate
      with:
        clusterName: tools.clusterName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-cluster
      description: Microsoft Azure Gets A Cluster
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-clusters.microsoftazureclustersget
      with:
        clusterName: tools.clusterName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-cluster
      description: Microsoft Azure Updates A Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-clusters.microsoftazureclustersupdate
      with:
        clusterName: tools.clusterName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-cluster
      description: Microsoft Azure Deletes An Cluster
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-arc-vmware-management-service-clusters.microsoftazureclustersdelete
      with:
        clusterName: tools.clusterName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.