Azure API Management REST API — Logger

Azure API Management REST API — Logger. 6 operations. Lead operation: Microsoft Azure API Management Logger_ListByService. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementLogger

What You Can Do

GET
Loggerlistbyservice — Microsoft Azure API Management Logger_ListByService
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers
HEAD
Loggergetentitytag — Microsoft Azure API Management Logger_GetEntityTag
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers/{loggerid}
GET
Loggerget — Microsoft Azure API Management Logger_Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers/{loggerid}
PUT
Loggercreateorupdate — Microsoft Azure API Management Logger_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers/{loggerid}
PATCH
Loggerupdate — Microsoft Azure API Management Logger_Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers/{loggerid}
DELETE
Loggerdelete — Microsoft Azure API Management Logger_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers/{loggerid}

MCP Tools

microsoft-azure-api-management-logger

Microsoft Azure API Management Logger_ListByService

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

Microsoft Azure API Management Logger_GetEntityTag

microsoft-azure-api-management-logger-3

Microsoft Azure API Management Logger_Get

read-only idempotent
microsoft-azure-api-management-logger-4

Microsoft Azure API Management Logger_CreateOrUpdate

idempotent
microsoft-azure-api-management-logger-5

Microsoft Azure API Management Logger_Update

idempotent
microsoft-azure-api-management-logger-6

Microsoft Azure API Management Logger_Delete

idempotent

Capability Spec

rest-logger.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — Logger
  description: 'Azure API Management REST API — Logger. 6 operations. Lead operation: Microsoft Azure API Management Logger_ListByService.
    Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - Logger
  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-logger
    baseUri: https://management.azure.com
    description: Azure API Management REST API — Logger 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}/loggers
      operations:
      - name: loggerlistbyservice
        method: GET
        description: Microsoft Azure API Management Logger_ListByService
        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}/loggers/{loggerId}
      operations:
      - name: loggergetentitytag
        method: HEAD
        description: Microsoft Azure API Management Logger_GetEntityTag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: loggerget
        method: GET
        description: Microsoft Azure API Management Logger_Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: loggercreateorupdate
        method: PUT
        description: Microsoft Azure API Management Logger_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: loggerupdate
        method: PATCH
        description: Microsoft Azure API Management Logger_Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: loggerdelete
        method: DELETE
        description: Microsoft Azure API Management Logger_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-logger-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — Logger. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: loggerlistbyservice
        description: Microsoft Azure API Management Logger_ListByService
        call: rest-logger.loggerlistbyservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/loggers/{loggerid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: loggergetentitytag
        description: Microsoft Azure API Management Logger_GetEntityTag
        call: rest-logger.loggergetentitytag
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: loggerget
        description: Microsoft Azure API Management Logger_Get
        call: rest-logger.loggerget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: loggercreateorupdate
        description: Microsoft Azure API Management Logger_CreateOrUpdate
        call: rest-logger.loggercreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: loggerupdate
        description: Microsoft Azure API Management Logger_Update
        call: rest-logger.loggerupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: loggerdelete
        description: Microsoft Azure API Management Logger_Delete
        call: rest-logger.loggerdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-logger-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — Logger. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-logger
      description: Microsoft Azure API Management Logger_ListByService
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-logger.loggerlistbyservice
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-logger-2
      description: Microsoft Azure API Management Logger_GetEntityTag
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-logger.loggergetentitytag
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-logger-3
      description: Microsoft Azure API Management Logger_Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-logger.loggerget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-logger-4
      description: Microsoft Azure API Management Logger_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-logger.loggercreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-logger-5
      description: Microsoft Azure API Management Logger_Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-logger.loggerupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-logger-6
      description: Microsoft Azure API Management Logger_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-logger.loggerdelete
      outputParameters:
      - type: object
        mapping: $.