Azure Monitor · Capability

Azure Monitor Data Collection Endpoints API — Data Collection Endpoints

Azure Monitor Data Collection Endpoints API — Data Collection Endpoints. 6 operations. Lead operation: Azure Monitor List data collection endpoints in a subscription. Self-contained Naftiko capability covering one Microsoft Azure Monitor business surface.

Run with Naftiko Microsoft Azure MonitorData Collection Endpoints

What You Can Do

GET
Datacollectionendpointslistbysubscription — Azure Monitor List data collection endpoints in a subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-insights/datacollectionendpoints
GET
Datacollectionendpointslistbyresourcegroup — Azure Monitor List data collection endpoints in a resource group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints
GET
Datacollectionendpointsget — Azure Monitor Get a data collection endpoint
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints/{datacollectionendpointname}
PUT
Datacollectionendpointscreate — Azure Monitor Create or update a data collection endpoint
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints/{datacollectionendpointname}
PATCH
Datacollectionendpointsupdate — Azure Monitor Update a data collection endpoint
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints/{datacollectionendpointname}
DELETE
Datacollectionendpointsdelete — Azure Monitor Delete a data collection endpoint
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints/{datacollectionendpointname}

MCP Tools

azure-monitor-list-data-collection

Azure Monitor List data collection endpoints in a subscription

read-only idempotent
azure-monitor-list-data-collection-2

Azure Monitor List data collection endpoints in a resource group

read-only idempotent
azure-monitor-get-data-collection

Azure Monitor Get a data collection endpoint

read-only idempotent
azure-monitor-create-update-data

Azure Monitor Create or update a data collection endpoint

idempotent
azure-monitor-update-data-collection

Azure Monitor Update a data collection endpoint

idempotent
azure-monitor-delete-data-collection

Azure Monitor Delete a data collection endpoint

idempotent

Capability Spec

azure-monitor-data-collection-endpoints-data-collection-endpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Monitor Data Collection Endpoints API — Data Collection Endpoints
  description: 'Azure Monitor Data Collection Endpoints API — Data Collection Endpoints. 6 operations. Lead operation: Azure
    Monitor List data collection endpoints in a subscription. Self-contained Naftiko capability covering one Microsoft Azure
    Monitor business surface.'
  tags:
  - Microsoft Azure Monitor
  - Data Collection Endpoints
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_MONITOR_API_KEY: MICROSOFT_AZURE_MONITOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-monitor-data-collection-endpoints-data-collection-endpoints
    baseUri: https://management.azure.com
    description: Azure Monitor Data Collection Endpoints API — Data Collection Endpoints business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Insights-dataCollectionEndpoint
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/dataCollectionEndpoints
      operations:
      - name: datacollectionendpointslistbysubscription
        method: GET
        description: Azure Monitor List data collection endpoints in a subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints
      operations:
      - name: datacollectionendpointslistbyresourcegroup
        method: GET
        description: Azure Monitor List data collection endpoints in a resource group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
      operations:
      - name: datacollectionendpointsget
        method: GET
        description: Azure Monitor Get a data collection endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: datacollectionendpointscreate
        method: PUT
        description: Azure Monitor Create or update a data collection endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: datacollectionendpointsupdate
        method: PATCH
        description: Azure Monitor Update a data collection endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: datacollectionendpointsdelete
        method: DELETE
        description: Azure Monitor Delete a data collection endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_MONITOR_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-monitor-data-collection-endpoints-data-collection-endpoints-rest
    port: 8080
    description: REST adapter for Azure Monitor Data Collection Endpoints API — Data Collection Endpoints. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-insights/datacollectionendpoints
      name: subscriptions-subscriptionid-providers-microsoft-insights-datacollectionendpoint
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Insights-dataCollectionEndpoint.
      operations:
      - method: GET
        name: datacollectionendpointslistbysubscription
        description: Azure Monitor List data collection endpoints in a subscription
        call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: datacollectionendpointslistbyresourcegroup
        description: Azure Monitor List data collection endpoints in a resource group
        call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/datacollectionendpoints/{datacollectionendpointname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: datacollectionendpointsget
        description: Azure Monitor Get a data collection endpoint
        call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: datacollectionendpointscreate
        description: Azure Monitor Create or update a data collection endpoint
        call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: datacollectionendpointsupdate
        description: Azure Monitor Update a data collection endpoint
        call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: datacollectionendpointsdelete
        description: Azure Monitor Delete a data collection endpoint
        call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-monitor-data-collection-endpoints-data-collection-endpoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Monitor Data Collection Endpoints API — Data Collection Endpoints. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-monitor-list-data-collection
      description: Azure Monitor List data collection endpoints in a subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-list-data-collection-2
      description: Azure Monitor List data collection endpoints in a resource group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-get-data-collection
      description: Azure Monitor Get a data collection endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointsget
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-create-update-data
      description: Azure Monitor Create or update a data collection endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-update-data-collection
      description: Azure Monitor Update a data collection endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-delete-data-collection
      description: Azure Monitor Delete a data collection endpoint
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-monitor-data-collection-endpoints-data-collection-endpoints.datacollectionendpointsdelete
      outputParameters:
      - type: object
        mapping: $.