Listing all SSL/TLS configurations¶
Sends a GET request to the endpoint /ssl-configurations.
Description¶
The List-SSL-Configuration request allows the user to request a list of all SSL/TLS configurations of the organisation.
Requirements¶
Values of the request: none
Objects: none
Request¶
To request a list of all SSL/TLS configurations, no additional information needs to be added to the path of the HTTP request.
As a result, the user gets one or more entries with the certificate name, the ciphers and the used protocols.
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | The request has succeeded. |
| 400 | The request was unsuccessful. The request was invalid or information is missing. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |