Azure API Management REST API — ProductGroup

Azure API Management REST API — ProductGroup. 4 operations. Lead operation: Microsoft Azure API Management ProductGroup_ListByProduct. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementProductGroup

What You Can Do

GET
Productgrouplistbyproduct — Microsoft Azure API Management ProductGroup_ListByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/groups
HEAD
Productgroupcheckentityexists — Microsoft Azure API Management ProductGroup_CheckEntityExists
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/groups/{groupid}
PUT
Productgroupcreateorupdate — Microsoft Azure API Management ProductGroup_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/groups/{groupid}
DELETE
Productgroupdelete — Microsoft Azure API Management ProductGroup_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/groups/{groupid}

MCP Tools

microsoft-azure-api-management-productgroup

Microsoft Azure API Management ProductGroup_ListByProduct

read-only idempotent
microsoft-azure-api-management-productgroup-2

Microsoft Azure API Management ProductGroup_CheckEntityExists

microsoft-azure-api-management-productgroup-3

Microsoft Azure API Management ProductGroup_CreateOrUpdate

idempotent
microsoft-azure-api-management-productgroup-4

Microsoft Azure API Management ProductGroup_Delete

idempotent

Capability Spec

rest-productgroup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — ProductGroup
  description: 'Azure API Management REST API — ProductGroup. 4 operations. Lead operation: Microsoft Azure API Management
    ProductGroup_ListByProduct. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - ProductGroup
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_MANAGEMENT_API_KEY: MICROSOFT_AZURE_API_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-productgroup
    baseUri: https://management.azure.com
    description: Azure API Management REST API — ProductGroup business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups
      operations:
      - name: productgrouplistbyproduct
        method: GET
        description: Microsoft Azure API Management ProductGroup_ListByProduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups/{groupId}
      operations:
      - name: productgroupcheckentityexists
        method: HEAD
        description: Microsoft Azure API Management ProductGroup_CheckEntityExists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: productgroupcreateorupdate
        method: PUT
        description: Microsoft Azure API Management ProductGroup_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: productgroupdelete
        method: DELETE
        description: Microsoft Azure API Management ProductGroup_Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-productgroup-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — ProductGroup. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/groups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: productgrouplistbyproduct
        description: Microsoft Azure API Management ProductGroup_ListByProduct
        call: rest-productgroup.productgrouplistbyproduct
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/groups/{groupid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: productgroupcheckentityexists
        description: Microsoft Azure API Management ProductGroup_CheckEntityExists
        call: rest-productgroup.productgroupcheckentityexists
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: productgroupcreateorupdate
        description: Microsoft Azure API Management ProductGroup_CreateOrUpdate
        call: rest-productgroup.productgroupcreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: productgroupdelete
        description: Microsoft Azure API Management ProductGroup_Delete
        call: rest-productgroup.productgroupdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-productgroup-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — ProductGroup. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-productgroup
      description: Microsoft Azure API Management ProductGroup_ListByProduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-productgroup.productgrouplistbyproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-productgroup-2
      description: Microsoft Azure API Management ProductGroup_CheckEntityExists
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-productgroup.productgroupcheckentityexists
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-productgroup-3
      description: Microsoft Azure API Management ProductGroup_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-productgroup.productgroupcreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-productgroup-4
      description: Microsoft Azure API Management ProductGroup_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-productgroup.productgroupdelete
      outputParameters:
      - type: object
        mapping: $.