Microsoft Azure · Capability

Microsoft Azure Azure VMware Solution API — Clusters

Microsoft Azure Azure VMware Solution API — Clusters. 5 operations. Lead operation: Microsoft Azure List Clusters In A Private Cloud. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureClusters

What You Can Do

GET
Microsoftazureclusterslist — Microsoft Azure List Clusters In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters
GET
Microsoftazureclustersget — Microsoft Azure Get A Cluster By Name In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters/{clustername}
PUT
Microsoftazureclusterscreateorupdate — Microsoft Azure Create Or Update A Cluster In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters/{clustername}
PATCH
Microsoftazureclustersupdate — Microsoft Azure Update A Cluster In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters/{clustername}
DELETE
Microsoftazureclustersdelete — Microsoft Azure Delete A Cluster In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters/{clustername}

MCP Tools

microsoft-azure-list-clusters-private

Microsoft Azure List Clusters In A Private Cloud

read-only idempotent
microsoft-azure-get-cluster-name

Microsoft Azure Get A Cluster By Name In A Private Cloud

read-only idempotent
microsoft-azure-create-update-cluster

Microsoft Azure Create Or Update A Cluster In A Private Cloud

idempotent
microsoft-azure-update-cluster-private

Microsoft Azure Update A Cluster In A Private Cloud

idempotent
microsoft-azure-delete-cluster-private

Microsoft Azure Delete A Cluster In A Private Cloud

idempotent

Capability Spec

azure-vmware-solution-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure VMware Solution API — Clusters
  description: 'Microsoft Azure Azure VMware Solution API — Clusters. 5 operations. Lead operation: Microsoft Azure List Clusters
    In A Private Cloud. 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-vmware-solution-clusters
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure VMware Solution API — Clusters business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters
      operations:
      - name: microsoftazureclusterslist
        method: GET
        description: Microsoft Azure List Clusters In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
      operations:
      - name: microsoftazureclustersget
        method: GET
        description: Microsoft Azure Get A Cluster By Name In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureclusterscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Cluster In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateCloudName
          in: path
          type: string
          description: The name of the private cloud.
          required: true
        - name: cluster
          in: body
          type: string
          description: A cluster in the private cloud
          required: true
      - name: microsoftazureclustersupdate
        method: PATCH
        description: Microsoft Azure Update A Cluster In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterUpdate
          in: body
          type: string
          description: The cluster properties to be updated
          required: true
      - name: microsoftazureclustersdelete
        method: DELETE
        description: Microsoft Azure Delete A Cluster In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-vmware-solution-clusters-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure VMware Solution API — Clusters. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureclusterslist
        description: Microsoft Azure List Clusters In A Private Cloud
        call: azure-vmware-solution-clusters.microsoftazureclusterslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/clusters/{clustername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureclustersget
        description: Microsoft Azure Get A Cluster By Name In A Private Cloud
        call: azure-vmware-solution-clusters.microsoftazureclustersget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureclusterscreateorupdate
        description: Microsoft Azure Create Or Update A Cluster In A Private Cloud
        call: azure-vmware-solution-clusters.microsoftazureclusterscreateorupdate
        with:
          privateCloudName: rest.privateCloudName
          cluster: rest.cluster
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureclustersupdate
        description: Microsoft Azure Update A Cluster In A Private Cloud
        call: azure-vmware-solution-clusters.microsoftazureclustersupdate
        with:
          clusterUpdate: rest.clusterUpdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureclustersdelete
        description: Microsoft Azure Delete A Cluster In A Private Cloud
        call: azure-vmware-solution-clusters.microsoftazureclustersdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-vmware-solution-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure VMware Solution API — Clusters. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-clusters-private
      description: Microsoft Azure List Clusters In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-clusters.microsoftazureclusterslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-cluster-name
      description: Microsoft Azure Get A Cluster By Name In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-clusters.microsoftazureclustersget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-cluster
      description: Microsoft Azure Create Or Update A Cluster In A Private Cloud
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-vmware-solution-clusters.microsoftazureclusterscreateorupdate
      with:
        privateCloudName: tools.privateCloudName
        cluster: tools.cluster
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-cluster-private
      description: Microsoft Azure Update A Cluster In A Private Cloud
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-vmware-solution-clusters.microsoftazureclustersupdate
      with:
        clusterUpdate: tools.clusterUpdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-cluster-private
      description: Microsoft Azure Delete A Cluster In A Private Cloud
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-vmware-solution-clusters.microsoftazureclustersdelete
      outputParameters:
      - type: object
        mapping: $.