Azure API Management REST API — ProductGroupLink

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

Run with Naftiko Microsoft Azure Api ManagementProductGroupLink

What You Can Do

GET
Productgrouplinklistbyproduct — Microsoft Azure API Management ProductGroupLink_ListByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/grouplinks
GET
Productgrouplinkget — Microsoft Azure API Management ProductGroupLink_Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/grouplinks/{grouplinkid}
PUT
Productgrouplinkcreateorupdate — Microsoft Azure API Management ProductGroupLink_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/grouplinks/{grouplinkid}
DELETE
Productgrouplinkdelete — Microsoft Azure API Management ProductGroupLink_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/grouplinks/{grouplinkid}

MCP Tools

microsoft-azure-api-management-productgrouplink

Microsoft Azure API Management ProductGroupLink_ListByProduct

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

Microsoft Azure API Management ProductGroupLink_Get

read-only idempotent
microsoft-azure-api-management-productgrouplink-3

Microsoft Azure API Management ProductGroupLink_CreateOrUpdate

idempotent
microsoft-azure-api-management-productgrouplink-4

Microsoft Azure API Management ProductGroupLink_Delete

idempotent

Capability Spec

rest-productgrouplink.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — ProductGroupLink
  description: 'Azure API Management REST API — ProductGroupLink. 4 operations. Lead operation: Microsoft Azure API Management
    ProductGroupLink_ListByProduct. Self-contained Naftiko capability covering one Microsoft Azure Api Management business
    surface.'
  tags:
  - Microsoft Azure Api Management
  - ProductGroupLink
  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-productgrouplink
    baseUri: https://management.azure.com
    description: Azure API Management REST API — ProductGroupLink 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}/groupLinks
      operations:
      - name: productgrouplinklistbyproduct
        method: GET
        description: Microsoft Azure API Management ProductGroupLink_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}/groupLinks/{groupLinkId}
      operations:
      - name: productgrouplinkget
        method: GET
        description: Microsoft Azure API Management ProductGroupLink_Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: productgrouplinkcreateorupdate
        method: PUT
        description: Microsoft Azure API Management ProductGroupLink_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: productgrouplinkdelete
        method: DELETE
        description: Microsoft Azure API Management ProductGroupLink_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-productgrouplink-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — ProductGroupLink. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/grouplinks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: productgrouplinklistbyproduct
        description: Microsoft Azure API Management ProductGroupLink_ListByProduct
        call: rest-productgrouplink.productgrouplinklistbyproduct
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/grouplinks/{grouplinkid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: productgrouplinkget
        description: Microsoft Azure API Management ProductGroupLink_Get
        call: rest-productgrouplink.productgrouplinkget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: productgrouplinkcreateorupdate
        description: Microsoft Azure API Management ProductGroupLink_CreateOrUpdate
        call: rest-productgrouplink.productgrouplinkcreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: productgrouplinkdelete
        description: Microsoft Azure API Management ProductGroupLink_Delete
        call: rest-productgrouplink.productgrouplinkdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-productgrouplink-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — ProductGroupLink. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-productgrouplink
      description: Microsoft Azure API Management ProductGroupLink_ListByProduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-productgrouplink.productgrouplinklistbyproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-productgrouplink-2
      description: Microsoft Azure API Management ProductGroupLink_Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-productgrouplink.productgrouplinkget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-productgrouplink-3
      description: Microsoft Azure API Management ProductGroupLink_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-productgrouplink.productgrouplinkcreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-productgrouplink-4
      description: Microsoft Azure API Management ProductGroupLink_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-productgrouplink.productgrouplinkdelete
      outputParameters:
      - type: object
        mapping: $.