...
In this section:
Table of Contents |
---|
Authentication
DTP REST API is only available over SSL (HTTPS). If you upgraded from a version prior to 4.9.3, you need to manually enable the SSL port. See Enabling SSL for instructions.
...
Basic authentication is not supported if you are running DTP in OpenID Connect mode. Instead, authorization token from the OpenID Connect provider must be passed int he HTTP header. See Configuring OpenID Connect for details.
Accessing the API Documentation
Choose API Documentation from the Help menu to access the API documentation from the GUI:
Info title Accessing 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 ishttps://<HOST>/grs/api
if DTP is deployed on port 80. If DTP is deployed on another port, the https port is typically 8443.Click on a resource to access its parameters.
Click More Information in a resource section to view its complete documentation.