Azure API Management REST API — ProductApi

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

Run with Naftiko Microsoft Azure Api ManagementProductApi

What You Can Do

GET
Productapilistbyproduct — Microsoft Azure API Management ProductApi_ListByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/apis
HEAD
Productapicheckentityexists — Microsoft Azure API Management ProductApi_CheckEntityExists
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/apis/{apiid}
PUT
Productapicreateorupdate — Microsoft Azure API Management ProductApi_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/apis/{apiid}
DELETE
Productapidelete — Microsoft Azure API Management ProductApi_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/apis/{apiid}

MCP Tools

microsoft-azure-api-management-productapi

Microsoft Azure API Management ProductApi_ListByProduct

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

Microsoft Azure API Management ProductApi_CheckEntityExists

microsoft-azure-api-management-productapi-3

Microsoft Azure API Management ProductApi_CreateOrUpdate

idempotent
microsoft-azure-api-management-productapi-4

Microsoft Azure API Management ProductApi_Delete

idempotent

Capability Spec

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