Microsoft Azure · Capability

Microsoft Azure Microsoft.Datadog — MonitorsResource

Microsoft Azure Microsoft.Datadog — MonitorsResource. 7 operations. Lead operation: Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMonitorsResource

What You Can Do

GET
Microsoftazureoperationslist — Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version
/v1/providers/microsoft-datadog/operations
GET
Microsoftazuremonitorslist — Microsoft Azure List All Monitors Under The Specified Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-datadog/monitors
GET
Microsoftazuremonitorslistbyresourcegroup — Microsoft Azure List All Monitors Under The Specified Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors
GET
Microsoftazuremonitorsget — Microsoft Azure Get The Properties Of A Specific Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}
PUT
Microsoftazuremonitorscreate — Microsoft Azure Create A Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}
PATCH
Microsoftazuremonitorsupdate — Microsoft Azure Update A Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}
DELETE
Microsoftazuremonitorsdelete — Microsoft Azure Delete A Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}

MCP Tools

microsoft-azure-list-all-operations

Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version

read-only idempotent
microsoft-azure-list-all-monitors

Microsoft Azure List All Monitors Under The Specified Subscription

read-only idempotent
microsoft-azure-list-all-monitors-2

Microsoft Azure List All Monitors Under The Specified Resource Group

read-only idempotent
microsoft-azure-get-properties-specific

Microsoft Azure Get The Properties Of A Specific Monitor Resource

read-only idempotent
microsoft-azure-create-monitor-resource

Microsoft Azure Create A Monitor Resource

idempotent
microsoft-azure-update-monitor-resource

Microsoft Azure Update A Monitor Resource

idempotent
microsoft-azure-delete-monitor-resource

Microsoft Azure Delete A Monitor Resource

idempotent

Capability Spec

microsoftdatadog-monitorsresource.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Datadog — MonitorsResource
  description: 'Microsoft Azure Microsoft.Datadog — MonitorsResource. 7 operations. Lead operation: Microsoft Azure List All
    Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MonitorsResource
  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: microsoftdatadog-monitorsresource
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Datadog — MonitorsResource business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Datadog-operations
      path: /providers/Microsoft.Datadog/operations
      operations:
      - name: microsoftazureoperationslist
        method: GET
        description: Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Datadog-monitors
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/monitors
      operations:
      - name: microsoftazuremonitorslist
        method: GET
        description: Microsoft Azure List All Monitors Under The Specified Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors
      operations:
      - name: microsoftazuremonitorslistbyresourcegroup
        method: GET
        description: Microsoft Azure List All Monitors Under The Specified Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}
      operations:
      - name: microsoftazuremonitorsget
        method: GET
        description: Microsoft Azure Get The Properties Of A Specific Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremonitorscreate
        method: PUT
        description: Microsoft Azure Create A Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
      - name: microsoftazuremonitorsupdate
        method: PATCH
        description: Microsoft Azure Update A Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
      - name: microsoftazuremonitorsdelete
        method: DELETE
        description: Microsoft Azure Delete A Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoftdatadog-monitorsresource-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Datadog — MonitorsResource. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-datadog/operations
      name: providers-microsoft-datadog-operations
      description: REST surface for providers-Microsoft.Datadog-operations.
      operations:
      - method: GET
        name: microsoftazureoperationslist
        description: Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version
        call: microsoftdatadog-monitorsresource.microsoftazureoperationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-datadog/monitors
      name: subscriptions-subscriptionid-providers-microsoft-datadog-monitors
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Datadog-monitors.
      operations:
      - method: GET
        name: microsoftazuremonitorslist
        description: Microsoft Azure List All Monitors Under The Specified Subscription
        call: microsoftdatadog-monitorsresource.microsoftazuremonitorslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremonitorslistbyresourcegroup
        description: Microsoft Azure List All Monitors Under The Specified Resource Group
        call: microsoftdatadog-monitorsresource.microsoftazuremonitorslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremonitorsget
        description: Microsoft Azure Get The Properties Of A Specific Monitor Resource
        call: microsoftdatadog-monitorsresource.microsoftazuremonitorsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremonitorscreate
        description: Microsoft Azure Create A Monitor Resource
        call: microsoftdatadog-monitorsresource.microsoftazuremonitorscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuremonitorsupdate
        description: Microsoft Azure Update A Monitor Resource
        call: microsoftdatadog-monitorsresource.microsoftazuremonitorsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremonitorsdelete
        description: Microsoft Azure Delete A Monitor Resource
        call: microsoftdatadog-monitorsresource.microsoftazuremonitorsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftdatadog-monitorsresource-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Datadog — MonitorsResource. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-operations
      description: Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazureoperationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-all-monitors
      description: Microsoft Azure List All Monitors Under The Specified Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazuremonitorslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-all-monitors-2
      description: Microsoft Azure List All Monitors Under The Specified Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazuremonitorslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-properties-specific
      description: Microsoft Azure Get The Properties Of A Specific Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazuremonitorsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-monitor-resource
      description: Microsoft Azure Create A Monitor Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazuremonitorscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-monitor-resource
      description: Microsoft Azure Update A Monitor Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazuremonitorsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-monitor-resource
      description: Microsoft Azure Delete A Monitor Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftdatadog-monitorsresource.microsoftazuremonitorsdelete
      outputParameters:
      - type: object
        mapping: $.