Microsoft Azure · Capability

Microsoft Azure DataBoxEdgeManagementClient — Alerts

Microsoft Azure DataBoxEdgeManagementClient — Alerts. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Alerts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAlerts

What You Can Do

GET
Microsoftazurealertslistbydataboxedgedevice — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Alerts
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/alerts
GET
Microsoftazurealertsget — Microsoft Azure Gets An Alert By Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/alerts/{name}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Alerts

read-only idempotent
microsoft-azure-gets-alert-name

Microsoft Azure Gets An Alert By Name

read-only idempotent

Capability Spec

databoxedgemanagementclient-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataBoxEdgeManagementClient — Alerts
  description: 'Microsoft Azure DataBoxEdgeManagementClient — Alerts. 2 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Alerts.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: databoxedgemanagementclient-alerts
    baseUri: https://management.azure.com
    description: Microsoft Azure DataBoxEdgeManagementClient — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alerts
      operations:
      - name: microsoftazurealertslistbydataboxedgedevice
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databoxedge Databoxedgedevices Devicename Alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alerts/{name}
      operations:
      - name: microsoftazurealertsget
        method: GET
        description: Microsoft Azure Gets An Alert By Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: name
          in: path
          type: string
          description: The alert name.
          required: true
  exposes:
  - type: rest
    namespace: databoxedgemanagementclient-alerts-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataBoxEdgeManagementClient — Alerts. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/alerts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurealertslistbydataboxedgedevice
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databoxedge Databoxedgedevices Devicename Alerts
        call: databoxedgemanagementclient-alerts.microsoftazurealertslistbydataboxedgedevice
        with:
          deviceName: rest.deviceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/alerts/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurealertsget
        description: Microsoft Azure Gets An Alert By Name
        call: databoxedgemanagementclient-alerts.microsoftazurealertsget
        with:
          deviceName: rest.deviceName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: databoxedgemanagementclient-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataBoxEdgeManagementClient — Alerts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge
        Databoxedgedevices Devicename Alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-alerts.microsoftazurealertslistbydataboxedgedevice
      with:
        deviceName: tools.deviceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-alert-name
      description: Microsoft Azure Gets An Alert By Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-alerts.microsoftazurealertsget
      with:
        deviceName: tools.deviceName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.