Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices

Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices. 2 operations. Lead operation: Microsoft Endpoint Configuration Management List device property histories. Self-contained Naftiko capability covering one Microsoft Endpoint Configuration Management business surface.

Run with Naftiko Microsoft Endpoint Configuration ManagementDevices

What You Can Do

GET
Listdevicepropertyhistories — Microsoft Endpoint Configuration Management List device property histories
/v1/devicepropertyhistories
GET
Listdevices — Microsoft Endpoint Configuration Management List device records
/v1/devices

MCP Tools

microsoft-endpoint-configuration-management-list

Microsoft Endpoint Configuration Management List device property histories

read-only idempotent
microsoft-endpoint-configuration-management-list-2

Microsoft Endpoint Configuration Management List device records

read-only idempotent

Capability Spec

intune-data-warehouse-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices
  description: 'Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices. 2 operations. Lead operation:
    Microsoft Endpoint Configuration Management List device property histories. Self-contained Naftiko capability covering
    one Microsoft Endpoint Configuration Management business surface.'
  tags:
  - Microsoft Endpoint Configuration Management
  - Devices
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY: MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: intune-data-warehouse-devices
    baseUri: https://fef.{location}.manage.microsoft.com/ReportingService/DataWarehouseFEService
    description: Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices business capability. Self-contained,
      no shared references.
    resources:
    - name: devicePropertyHistories
      path: /devicePropertyHistories
      operations:
      - name: listdevicepropertyhistories
        method: GET
        description: Microsoft Endpoint Configuration Management List device property histories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: devices
      path: /devices
      operations:
      - name: listdevices
        method: GET
        description: Microsoft Endpoint Configuration Management List device records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: intune-data-warehouse-devices-rest
    port: 8080
    description: REST adapter for Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicepropertyhistories
      name: devicepropertyhistories
      description: REST surface for devicePropertyHistories.
      operations:
      - method: GET
        name: listdevicepropertyhistories
        description: Microsoft Endpoint Configuration Management List device property histories
        call: intune-data-warehouse-devices.listdevicepropertyhistories
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devices
      name: devices
      description: REST surface for devices.
      operations:
      - method: GET
        name: listdevices
        description: Microsoft Endpoint Configuration Management List device records
        call: intune-data-warehouse-devices.listdevices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intune-data-warehouse-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Endpoint Configuration Management Intune Data Warehouse API — Devices. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-endpoint-configuration-management-list
      description: Microsoft Endpoint Configuration Management List device property histories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-data-warehouse-devices.listdevicepropertyhistories
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-list-2
      description: Microsoft Endpoint Configuration Management List device records
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-data-warehouse-devices.listdevices
      outputParameters:
      - type: object
        mapping: $.