Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess

Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess. 6 operations. Lead operation: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceManagement.userExperienceAnalyticsDeviceStartupProcess

What You Can Do

GET
Devicemanagementlistuserexperienceanalyticsdevicestartupprocesses — Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
/v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses
POST
Devicemanagementcreateuserexperienceanalyticsdevicestartupprocesses — Microsoft Graph Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
/v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses
GET
Devicemanagementuserexperienceanalyticsdevicestartupprocessesgetcountf629 — Microsoft Graph Get the number of the resource
/v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses/count
GET
Devicemanagementgetuserexperienceanalyticsdevicestartupprocesses — Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
/v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses/{userexperienceanalyticsdevicestartupprocess-id}
PATCH
Devicemanagementupdateuserexperienceanalyticsdevicestartupprocesses — Microsoft Graph Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement
/v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses/{userexperienceanalyticsdevicestartupprocess-id}
DELETE
Devicemanagementdeleteuserexperienceanalyticsdevicestartupprocesses — Microsoft Graph Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
/v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses/{userexperienceanalyticsdevicestartupprocess-id}

MCP Tools

microsoft-graph-get-userexperienceanalyticsdevicestartupprocesses-devicemanageme

Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-userexperienceanalyticsdevicestartupprocesses-devicemanageme-2

Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement

idempotent

Capability Spec

microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess.
    6 operations. Lead operation: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - deviceManagement.userExperienceAnalyticsDeviceStartupProcess
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess
      business capability. Self-contained, no shared references.
    resources:
    - name: deviceManagement-userExperienceAnalyticsDeviceStartupProcesses
      path: /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses
      operations:
      - name: devicemanagementlistuserexperienceanalyticsdevicestartupprocesses
        method: GET
        description: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementcreateuserexperienceanalyticsdevicestartupprocesses
        method: POST
        description: Microsoft Graph Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-userExperienceAnalyticsDeviceStartupProcesses-$count
      path: /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count
      operations:
      - name: devicemanagementuserexperienceanalyticsdevicestartupprocessesgetcountf629
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-userExperienceAnalyticsDeviceStartupProcesses-userExperienceAna
      path: /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}
      operations:
      - name: devicemanagementgetuserexperienceanalyticsdevicestartupprocesses
        method: GET
        description: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementupdateuserexperienceanalyticsdevicestartupprocesses
        method: PATCH
        description: Microsoft Graph Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeleteuserexperienceanalyticsdevicestartupprocesses
        method: DELETE
        description: Microsoft Graph Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses
      name: devicemanagement-userexperienceanalyticsdevicestartupprocesses
      description: REST surface for deviceManagement-userExperienceAnalyticsDeviceStartupProcesses.
      operations:
      - method: GET
        name: devicemanagementlistuserexperienceanalyticsdevicestartupprocesses
        description: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementlistuserexperienceanalyticsdevicestartupprocesses
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementcreateuserexperienceanalyticsdevicestartupprocesses
        description: Microsoft Graph Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementcreateuserexperienceanalyticsdevicestartupprocesses
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses/count
      name: devicemanagement-userexperienceanalyticsdevicestartupprocesses-count
      description: REST surface for deviceManagement-userExperienceAnalyticsDeviceStartupProcesses-$count.
      operations:
      - method: GET
        name: devicemanagementuserexperienceanalyticsdevicestartupprocessesgetcountf629
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementuserexperienceanalyticsdevicestartupprocessesgetcountf629
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/userexperienceanalyticsdevicestartupprocesses/{userexperienceanalyticsdevicestartupprocess-id}
      name: devicemanagement-userexperienceanalyticsdevicestartupprocesses-userexperienceana
      description: REST surface for deviceManagement-userExperienceAnalyticsDeviceStartupProcesses-userExperienceAna.
      operations:
      - method: GET
        name: devicemanagementgetuserexperienceanalyticsdevicestartupprocesses
        description: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementgetuserexperienceanalyticsdevicestartupprocesses
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementupdateuserexperienceanalyticsdevicestartupprocesses
        description: Microsoft Graph Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementupdateuserexperienceanalyticsdevicestartupprocesses
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeleteuserexperienceanalyticsdevicestartupprocesses
        description: Microsoft Graph Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
        call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementdeleteuserexperienceanalyticsdevicestartupprocesses
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — deviceManagement.userExperienceAnalyticsDeviceStartupProcess.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-userexperienceanalyticsdevicestartupprocesses-devicemanageme
      description: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementlistuserexperienceanalyticsdevicestartupprocesses
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementcreateuserexperienceanalyticsdevicestartupprocesses
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementuserexperienceanalyticsdevicestartupprocessesgetcountf629
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-userexperienceanalyticsdevicestartupprocesses-devicemanageme-2
      description: Microsoft Graph Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementgetuserexperienceanalyticsdevicestartupprocesses
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementupdateuserexperienceanalyticsdevicestartupprocesses
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-devicemanagement-userexperienceanalyticsdevicestartupprocess.devicemanagementdeleteuserexperienceanalyticsdevicestartupprocesses
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.