Microsoft Azure · Capability

Microsoft Azure VMwareCloudSimple — ResourcePools

Microsoft Azure VMwareCloudSimple — ResourcePools. 2 operations. Lead operation: Microsoft Azure Implements Get Of Resource Pools List. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureResourcePools

What You Can Do

GET
Microsoftazureresourcepoolslist — Microsoft Azure Implements Get Of Resource Pools List
/v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds/{pcname}/resourcepools
GET
Microsoftazureresourcepoolsget — Microsoft Azure Implements Get Of Resource Pool
/v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds/{pcname}/resourcepools/{resourcepoolname}

MCP Tools

microsoft-azure-implements-get-resource

Microsoft Azure Implements Get Of Resource Pools List

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

Microsoft Azure Implements Get Of Resource Pool

read-only idempotent

Capability Spec

vmwarecloudsimple-resourcepools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure VMwareCloudSimple — ResourcePools
  description: 'Microsoft Azure VMwareCloudSimple — ResourcePools. 2 operations. Lead operation: Microsoft Azure Implements
    Get Of Resource Pools List. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ResourcePools
  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: vmwarecloudsimple-resourcepools
    baseUri: https://management.azure.com
    description: Microsoft Azure VMwareCloudSimple — ResourcePools business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg
      path: /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/resourcePools
      operations:
      - name: microsoftazureresourcepoolslist
        method: GET
        description: Microsoft Azure Implements Get Of Resource Pools List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg
      path: /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/resourcePools/{resourcePoolName}
      operations:
      - name: microsoftazureresourcepoolsget
        method: GET
        description: Microsoft Azure Implements Get Of Resource Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourcePoolName
          in: path
          type: string
          description: resource pool id (vsphereId)
          required: true
  exposes:
  - type: rest
    namespace: vmwarecloudsimple-resourcepools-rest
    port: 8080
    description: REST adapter for Microsoft Azure VMwareCloudSimple — ResourcePools. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds/{pcname}/resourcepools
      name: subscriptions-subscriptionid-providers-microsoft-vmwarecloudsimple-locations-reg
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg.
      operations:
      - method: GET
        name: microsoftazureresourcepoolslist
        description: Microsoft Azure Implements Get Of Resource Pools List
        call: vmwarecloudsimple-resourcepools.microsoftazureresourcepoolslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-vmwarecloudsimple/locations/{regionid}/privateclouds/{pcname}/resourcepools/{resourcepoolname}
      name: subscriptions-subscriptionid-providers-microsoft-vmwarecloudsimple-locations-reg
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.VMwareCloudSimple-locations-reg.
      operations:
      - method: GET
        name: microsoftazureresourcepoolsget
        description: Microsoft Azure Implements Get Of Resource Pool
        call: vmwarecloudsimple-resourcepools.microsoftazureresourcepoolsget
        with:
          resourcePoolName: rest.resourcePoolName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vmwarecloudsimple-resourcepools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure VMwareCloudSimple — ResourcePools. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-resource
      description: Microsoft Azure Implements Get Of Resource Pools List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-resourcepools.microsoftazureresourcepoolslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-resource-2
      description: Microsoft Azure Implements Get Of Resource Pool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vmwarecloudsimple-resourcepools.microsoftazureresourcepoolsget
      with:
        resourcePoolName: tools.resourcePoolName
      outputParameters:
      - type: object
        mapping: $.