Azure Application Gateway REST API — Application Gateways

Azure Application Gateway REST API — Application Gateways. 6 operations. Lead operation: Azure Application Gateway REST API List by subscription. Self-contained Naftiko capability covering one Microsoft Azure Application Gateway business surface.

Run with Naftiko Microsoft Azure Application GatewayApplication Gateways

What You Can Do

GET
Listapplicationgatewaysbysubscription — Azure Application Gateway REST API List by subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/applicationgateways
GET
Listapplicationgatewaysbyresourcegroup — Azure Application Gateway REST API List by resource group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways
GET
Getapplicationgateways — Azure Application Gateway REST API Get resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{name}
PUT
Createorupdateapplicationgateways — Azure Application Gateway REST API Create or update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{name}
PATCH
Updateapplicationgateways — Azure Application Gateway REST API Update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{name}
DELETE
Deleteapplicationgateways — Azure Application Gateway REST API Delete resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{name}

MCP Tools

azure-application-gateway-rest-api

Azure Application Gateway REST API List by subscription

read-only idempotent
azure-application-gateway-rest-api-2

Azure Application Gateway REST API List by resource group

read-only idempotent
azure-application-gateway-rest-api-3

Azure Application Gateway REST API Get resource

read-only idempotent
azure-application-gateway-rest-api-4

Azure Application Gateway REST API Create or update resource

idempotent
azure-application-gateway-rest-api-5

Azure Application Gateway REST API Update resource

idempotent
azure-application-gateway-rest-api-6

Azure Application Gateway REST API Delete resource

idempotent

Capability Spec

microsoft-azure-application-gateway-application-gateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Application Gateway REST API — Application Gateways
  description: 'Azure Application Gateway REST API — Application Gateways. 6 operations. Lead operation: Azure Application
    Gateway REST API List by subscription. Self-contained Naftiko capability covering one Microsoft Azure Application Gateway
    business surface.'
  tags:
  - Microsoft Azure Application Gateway
  - Application Gateways
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_APPLICATION_GATEWAY_API_KEY: MICROSOFT_AZURE_APPLICATION_GATEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-application-gateway-application-gateways
    baseUri: https://management.azure.com
    description: Azure Application Gateway REST API — Application Gateways business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-applicationGateways
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways
      operations:
      - name: listapplicationgatewaysbysubscription
        method: GET
        description: Azure Application Gateway 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.Network/applicationGateways
      operations:
      - name: listapplicationgatewaysbyresourcegroup
        method: GET
        description: Azure Application Gateway 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.Network/applicationGateways/{name}
      operations:
      - name: getapplicationgateways
        method: GET
        description: Azure Application Gateway REST API Get resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorupdateapplicationgateways
        method: PUT
        description: Azure Application Gateway 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: updateapplicationgateways
        method: PATCH
        description: Azure Application Gateway 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: deleteapplicationgateways
        method: DELETE
        description: Azure Application Gateway REST API Delete resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_APPLICATION_GATEWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-application-gateway-application-gateways-rest
    port: 8080
    description: REST adapter for Azure Application Gateway REST API — Application Gateways. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/applicationgateways
      name: subscriptions-subscriptionid-providers-microsoft-network-applicationgateways
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-applicationGateways.
      operations:
      - method: GET
        name: listapplicationgatewaysbysubscription
        description: Azure Application Gateway REST API List by subscription
        call: microsoft-azure-application-gateway-application-gateways.listapplicationgatewaysbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listapplicationgatewaysbyresourcegroup
        description: Azure Application Gateway REST API List by resource group
        call: microsoft-azure-application-gateway-application-gateways.listapplicationgatewaysbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/applicationgateways/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: getapplicationgateways
        description: Azure Application Gateway REST API Get resource
        call: microsoft-azure-application-gateway-application-gateways.getapplicationgateways
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createorupdateapplicationgateways
        description: Azure Application Gateway REST API Create or update resource
        call: microsoft-azure-application-gateway-application-gateways.createorupdateapplicationgateways
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateapplicationgateways
        description: Azure Application Gateway REST API Update resource
        call: microsoft-azure-application-gateway-application-gateways.updateapplicationgateways
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationgateways
        description: Azure Application Gateway REST API Delete resource
        call: microsoft-azure-application-gateway-application-gateways.deleteapplicationgateways
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-application-gateway-application-gateways-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Application Gateway REST API — Application Gateways. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: azure-application-gateway-rest-api
      description: Azure Application Gateway REST API List by subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-application-gateway-application-gateways.listapplicationgatewaysbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-application-gateway-rest-api-2
      description: Azure Application Gateway REST API List by resource group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-application-gateway-application-gateways.listapplicationgatewaysbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-application-gateway-rest-api-3
      description: Azure Application Gateway REST API Get resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-application-gateway-application-gateways.getapplicationgateways
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-application-gateway-rest-api-4
      description: Azure Application Gateway REST API Create or update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-application-gateway-application-gateways.createorupdateapplicationgateways
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-application-gateway-rest-api-5
      description: Azure Application Gateway REST API Update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-application-gateway-application-gateways.updateapplicationgateways
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-application-gateway-rest-api-6
      description: Azure Application Gateway REST API Delete resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-azure-application-gateway-application-gateways.deleteapplicationgateways
      outputParameters:
      - type: object
        mapping: $.