Azure API Management REST API — Services

Azure API Management REST API — Services. 6 operations. Lead operation: Azure API Management REST API List by subscription. Self-contained Naftiko capability covering one Microsoft Azure Integration Services business surface.

Run with Naftiko Microsoft Azure Integration ServicesServices

What You Can Do

GET
Listservicebysubscription — Azure API Management REST API List by subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-apimanagement/service
GET
Listservicebyresourcegroup — Azure API Management REST API List by resource group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service
GET
Getservice — Azure API Management REST API Get resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{name}
PUT
Createorupdateservice — Azure API Management REST API Create or update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{name}
PATCH
Updateservice — Azure API Management REST API Update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{name}
DELETE
Deleteservice — Azure API Management REST API Delete resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{name}

MCP Tools

azure-api-management-rest-api

Azure API Management REST API List by subscription

read-only idempotent
azure-api-management-rest-api-2

Azure API Management REST API List by resource group

read-only idempotent
azure-api-management-rest-api-3

Azure API Management REST API Get resource

read-only idempotent
azure-api-management-rest-api-4

Azure API Management REST API Create or update resource

idempotent
azure-api-management-rest-api-5

Azure API Management REST API Update resource

idempotent
azure-api-management-rest-api-6

Azure API Management REST API Delete resource

idempotent

Capability Spec

microsoft-azure-integration-services-services.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — Services
  description: 'Azure API Management REST API — Services. 6 operations. Lead operation: Azure API Management REST API List
    by subscription. Self-contained Naftiko capability covering one Microsoft Azure Integration Services business surface.'
  tags:
  - Microsoft Azure Integration Services
  - Services
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_INTEGRATION_SERVICES_API_KEY: MICROSOFT_AZURE_INTEGRATION_SERVICES_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-integration-services-services
    baseUri: https://management.azure.com
    description: Azure API Management REST API — Services business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ApiManagement-service
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/service
      operations:
      - name: listservicebysubscription
        method: GET
        description: Azure API Management REST API List by subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service
      operations:
      - name: listservicebyresourcegroup
        method: GET
        description: Azure API Management REST API List by resource group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{name}
      operations:
      - name: getservice
        method: GET
        description: Azure API Management REST API Get resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorupdateservice
        method: PUT
        description: Azure API Management REST API Create or update resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateservice
        method: PATCH
        description: Azure API Management REST API Update resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteservice
        method: DELETE
        description: Azure API Management REST API Delete resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_INTEGRATION_SERVICES_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-integration-services-services-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — Services. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-apimanagement/service
      name: subscriptions-subscriptionid-providers-microsoft-apimanagement-service
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ApiManagement-service.
      operations:
      - method: GET
        name: listservicebysubscription
        description: Azure API Management REST API List by subscription
        call: microsoft-azure-integration-services-services.listservicebysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listservicebyresourcegroup
        description: Azure API Management REST API List by resource group
        call: microsoft-azure-integration-services-services.listservicebyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: getservice
        description: Azure API Management REST API Get resource
        call: microsoft-azure-integration-services-services.getservice
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createorupdateservice
        description: Azure API Management REST API Create or update resource
        call: microsoft-azure-integration-services-services.createorupdateservice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateservice
        description: Azure API Management REST API Update resource
        call: microsoft-azure-integration-services-services.updateservice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteservice
        description: Azure API Management REST API Delete resource
        call: microsoft-azure-integration-services-services.deleteservice
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-integration-services-services-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — Services. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: azure-api-management-rest-api
      description: Azure API Management REST API List by subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-integration-services-services.listservicebysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-api-management-rest-api-2
      description: Azure API Management REST API List by resource group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-integration-services-services.listservicebyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-api-management-rest-api-3
      description: Azure API Management REST API Get resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-integration-services-services.getservice
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-api-management-rest-api-4
      description: Azure API Management REST API Create or update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-integration-services-services.createorupdateservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-api-management-rest-api-5
      description: Azure API Management REST API Update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-integration-services-services.updateservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-api-management-rest-api-6
      description: Azure API Management REST API Delete resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-azure-integration-services-services.deleteservice
      outputParameters:
      - type: object
        mapping: $.