Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2024.1

The REST API endpoints in DTP provide programmatic access to build, static analysis, coverage, and other data hosted in DTP. The REST APIs can be used by developers who want to integrate DTP with other applications.

In this section:

Table of Contents

...

  1. Choose API Documentation from the Help drop-down menu to access the API documentation from the GUI:
     

    Info
    titleAccessing the API from the Browser

    The API can also be accessed by entering https://<HOST>:<PORT>/grs/api into the browser address bar. Typically, the URL is https://<HOST>/grs/api if DTP is deployed on port 80. If DTP is deployed on another port, the https port is typically 8443.

  2. Click on a resource to access its parameters.

  3. Click More Information in a resource section to view its complete documentation.