Microsoft Azure · Capability

Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig

Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig. 4 operations. Lead operation: Microsoft Azure Lists Metric Configurations In A Role. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMonitoringConfig

What You Can Do

GET
Microsoftazuremonitoringconfiglist — Microsoft Azure Lists Metric Configurations In A Role
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/roles/{rolename}/monitoringconfig
GET
Microsoftazuremonitoringconfigget — Microsoft Azure Gets A Metric Configuration Of A Role
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/roles/{rolename}/monitoringconfig/default
PUT
Microsoftazuremonitoringconfigcreateorupdate — Microsoft Azure Creates A New Metric Configuration Or Updates An Existing One For A Role
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/roles/{rolename}/monitoringconfig/default
DELETE
Microsoftazuremonitoringconfigdelete — Microsoft Azure Deletes A New Metric Configuration For A Role
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/roles/{rolename}/monitoringconfig/default

MCP Tools

microsoft-azure-lists-metric-configurations

Microsoft Azure Lists Metric Configurations In A Role

read-only idempotent
microsoft-azure-gets-metric-configuration

Microsoft Azure Gets A Metric Configuration Of A Role

read-only idempotent
microsoft-azure-creates-new-metric

Microsoft Azure Creates A New Metric Configuration Or Updates An Existing One For A Role

idempotent
microsoft-azure-deletes-new-metric

Microsoft Azure Deletes A New Metric Configuration For A Role

idempotent

Capability Spec

databoxedgemanagementclient-monitoringconfig.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig
  description: 'Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig. 4 operations. Lead operation: Microsoft Azure
    Lists Metric Configurations In A Role. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MonitoringConfig
  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-monitoringconfig
    baseUri: https://management.azure.com
    description: Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig 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}/roles/{roleName}/monitoringConfig
      operations:
      - name: microsoftazuremonitoringconfiglist
        method: GET
        description: Microsoft Azure Lists Metric Configurations In A Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: roleName
          in: path
          type: string
          description: The role name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/monitoringConfig/default
      operations:
      - name: microsoftazuremonitoringconfigget
        method: GET
        description: Microsoft Azure Gets A Metric Configuration Of A Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: roleName
          in: path
          type: string
          description: The role name.
          required: true
      - name: microsoftazuremonitoringconfigcreateorupdate
        method: PUT
        description: Microsoft Azure Creates A New Metric Configuration Or Updates An Existing One For A Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: roleName
          in: path
          type: string
          description: The role name.
          required: true
        - name: monitoringMetricConfiguration
          in: body
          type: string
          description: The metric configuration.
          required: true
      - name: microsoftazuremonitoringconfigdelete
        method: DELETE
        description: Microsoft Azure Deletes A New Metric Configuration For A Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: roleName
          in: path
          type: string
          description: The role name.
          required: true
  exposes:
  - type: rest
    namespace: databoxedgemanagementclient-monitoringconfig-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/roles/{rolename}/monitoringconfig
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremonitoringconfiglist
        description: Microsoft Azure Lists Metric Configurations In A Role
        call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfiglist
        with:
          deviceName: rest.deviceName
          roleName: rest.roleName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databoxedge/databoxedgedevices/{devicename}/roles/{rolename}/monitoringconfig/default
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremonitoringconfigget
        description: Microsoft Azure Gets A Metric Configuration Of A Role
        call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfigget
        with:
          deviceName: rest.deviceName
          roleName: rest.roleName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremonitoringconfigcreateorupdate
        description: Microsoft Azure Creates A New Metric Configuration Or Updates An Existing One For A Role
        call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfigcreateorupdate
        with:
          deviceName: rest.deviceName
          roleName: rest.roleName
          monitoringMetricConfiguration: rest.monitoringMetricConfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremonitoringconfigdelete
        description: Microsoft Azure Deletes A New Metric Configuration For A Role
        call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfigdelete
        with:
          deviceName: rest.deviceName
          roleName: rest.roleName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: databoxedgemanagementclient-monitoringconfig-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataBoxEdgeManagementClient — MonitoringConfig. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-metric-configurations
      description: Microsoft Azure Lists Metric Configurations In A Role
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfiglist
      with:
        deviceName: tools.deviceName
        roleName: tools.roleName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-metric-configuration
      description: Microsoft Azure Gets A Metric Configuration Of A Role
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfigget
      with:
        deviceName: tools.deviceName
        roleName: tools.roleName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-metric
      description: Microsoft Azure Creates A New Metric Configuration Or Updates An Existing One For A Role
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfigcreateorupdate
      with:
        deviceName: tools.deviceName
        roleName: tools.roleName
        monitoringMetricConfiguration: tools.monitoringMetricConfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-new-metric
      description: Microsoft Azure Deletes A New Metric Configuration For A Role
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: databoxedgemanagementclient-monitoringconfig.microsoftazuremonitoringconfigdelete
      with:
        deviceName: tools.deviceName
        roleName: tools.roleName
      outputParameters:
      - type: object
        mapping: $.