> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aseeflow.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch Telemetry Data

> Deprecated: Always returns false. The sending telemetry feature is removed. Please remove the endpoint usages as they are no longer needed.



## OpenAPI

````yaml /reference/rest/openapi-1.0.json get /telemetry/data
openapi: 3.0.2
info:
  title: ASEE Flow Platform REST API
  description: OpenApi Spec for ASEE Flow Platform REST API.
  version: 1.0.0
  license:
    name: Apache License 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: http://{host}:{port}/{contextPath}
    description: The API server for the default process engine
    variables:
      host:
        default: localhost
      port:
        default: '8080'
      contextPath:
        default: engine-rest
  - url: http://{host}:{port}/{contextPath}/engine/{engineName}
    description: The API server for a named process engine
    variables:
      host:
        default: localhost
      port:
        default: '8080'
      contextPath:
        default: engine-rest
      engineName:
        default: default
  - url: '{url}'
    description: The API server with a custom url
    variables:
      url:
        default: ''
security:
  - basicAuth: []
tags:
  - name: Authorization
  - name: Batch
  - name: Condition
  - name: Decision Definition
  - name: Decision Requirements Definition
  - name: Deployment
  - name: Engine
  - name: Event Subscription
  - name: Execution
  - name: External Task
  - name: Filter
  - name: Group
  - name: Historic Activity Instance
  - name: Historic Batch
  - name: Historic Decision Definition
  - name: Historic Decision Instance
  - name: Historic Decision Requirements Definition
  - name: Historic Detail
  - name: Historic External Task Log
  - name: Historic Identity Link Log
  - name: Historic Incident
  - name: Historic Job Log
  - name: Historic Process Definition
  - name: Historic Process Instance
  - name: Historic Task Instance
  - name: Historic User Operation Log
  - name: Historic Variable Instance
  - name: History Cleanup
  - name: Identity
  - name: Incident
  - name: Job
  - name: Job Definition
  - name: Message
  - name: Metrics
  - name: Migration
  - name: Modification
  - name: Process Definition
  - name: Process Instance
  - name: Signal
  - name: Schema Log
  - name: Task
  - name: Task Attachment
  - name: Task Comment
  - name: Task Identity Link
  - name: Task Local Variable
  - name: Task Variable
  - name: Telemetry
  - name: Tenant
  - name: User
  - name: Variable Instance
  - name: Version
externalDocs:
  description: Find out more about ASEE Flow Rest API
  url: https://docs.aseeflow.org/reference/rest/overview/
paths:
  /telemetry/data:
    get:
      tags:
        - Telemetry
      summary: Fetch Telemetry Data
      description: >-
        Deprecated: Always returns false. The sending telemetry feature is
        removed. Please remove the endpoint usages as they are no longer needed.
      operationId: getTelemetryData
      parameters: []
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TelemetryDataDto'
              examples:
                example-1:
                  summary: Status 200 Response
                  description: The Response content of a status 200
                  value:
                    installation: 8343cc7a-8ad1-42d4-97d2-43452c0bdfa3
                    product:
                      name: Camunda BPM Runtime
                      version: 7.14.0
                      edition: enterprise
                      internals:
                        database:
                          vendor: h2
                          version: 1.4.190 (2015-10-11)
                        application-server:
                          vendor: Wildfly
                          version: >-
                            WildFly Full 19.0.0.Final (WildFly Core
                            11.0.0.Final) - 2.0.30.Final
                        jdk:
                          version: 14.0.2
                          vendor: Oracle Corporation
                        commands:
                          StartProcessInstanceCmd:
                            count: 40
                          FetchExternalTasksCmd:
                            count: 100
                        metrics:
                          process-instances:
                            count: 936
                          flow-node-instances:
                            count: 6125
                          decision-instances:
                            count: 140
                          executed-decision-elements:
                            count: 732
                        data-collection-start-date: 2022-11-320T15:53:20.386+0100
                        camunda-integration:
                          - spring-boot-starter
                          - camunda-bpm-run
                        license-key:
                          customer: customer name
                          type: UNIFIED
                          valid-until: '2022-09-30'
                          unlimited: false
                          features:
                            camundaBPM: 'true'
                          raw: >-
                            customer=customer
                            name;expiryDate=2022-09-30;camundaBPM=true;optimize=false;cawemo=false
                        webapps:
                          - cockpit
                          - admin
          description: Request successful.
      deprecated: true
components:
  schemas:
    TelemetryDataDto:
      type: object
      properties:
        installation:
          type: string
          nullable: true
          description: >-
            An id which is unique for each installation of Camunda. It is stored
            once per database so all

            engines connected to the same database will have the same
            installation ID.

            The ID is used to identify a single installation of ASEE Flow
            Platform.
        product:
          $ref: '#/components/schemas/TelemetryProductDto'
    TelemetryProductDto:
      type: object
      properties:
        name:
          type: string
          nullable: true
          description: The name of the product (i.e., Camunda BPM Runtime).
        version:
          type: string
          nullable: true
          description: The version of the process engine (i.e., 7.X.Y).
        edition:
          type: string
          nullable: true
          description: The edition of the product (i.e., either community or enterprise).
        internals:
          $ref: '#/components/schemas/TelemetryInternalsDto'
    TelemetryInternalsDto:
      type: object
      properties:
        database:
          $ref: '#/components/schemas/AbstractVendorVersionInformationDto'
        application-server:
          $ref: '#/components/schemas/AbstractVendorVersionInformationDto'
        license-key:
          $ref: '#/components/schemas/TelemetryLicenseKeyDto'
        camunda-integration:
          type: array
          nullable: true
          items:
            type: string
          description: >-
            List of Camunda integrations used (e.g., Camunda Spring Boot
            Starter, ASEE Flow Run, WildFly/JBoss subsystem, Camunda EJB).
        commands:
          type: object
          nullable: true
          additionalProperties:
            $ref: '#/components/schemas/TelemetryCountDto'
          description: The count of executed commands after the last retrieved data.
        metrics:
          type: object
          nullable: true
          additionalProperties:
            $ref: '#/components/schemas/TelemetryCountDto'
          description: >-
            The collected metrics are the number of root process instance
            executions started, the number of activity instances started or also
            known as flow node instances, and the number of executed decision
            instances and elements.
        webapps:
          type: array
          nullable: true
          items:
            type: string
          description: The webapps enabled in this installation of Camunda.
        jdk:
          $ref: '#/components/schemas/AbstractVendorVersionInformationDto'
        data-collection-start-date:
          type: string
          format: date-time
          description: >-
            The date when the engine started to collect dynamic data, such as
            command executions and metrics. If telemetry sending is enabled,
            dynamic data resets on sending the data to Camunda.

            Dynamic data and the date returned by this method are reset in three
            cases: engine startup, after engine start when sending telemetry
            data to Camunda is enabled via API, after sending telemetry data to
            Camunda (only when this was enabled)

            The date is in the format <code>YYYY-MM-DD'T'HH:mm:ss.SSSZ</code>.
    AbstractVendorVersionInformationDto:
      type: object
      properties:
        vendor:
          type: string
          nullable: true
          description: Information about the vendor.
        version:
          type: string
          nullable: true
          description: Information about the version.
    TelemetryLicenseKeyDto:
      type: object
      properties:
        customer:
          type: string
          nullable: true
          description: The name of the customer the license was issued for.
        type:
          type: string
          nullable: true
          description: The license type.
        valid-until:
          type: string
          format: date
          nullable: true
          description: The expiration date of the license.
        unlimited:
          type: boolean
          nullable: true
          description: Flag that indicates if the license is unlimited.
        features:
          type: object
          additionalProperties:
            type: string
          description: A map of features included in the license.
        raw:
          type: string
          nullable: true
          description: The raw license information.
    TelemetryCountDto:
      type: object
      properties:
        count:
          type: integer
          format: int64
          nullable: true
          description: An integer value representing the count for this metric.
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic

````