Interface DiagnosticsApi
- All Known Implementing Classes:
DiagnosticsController
public interface DiagnosticsApi
This interface defines the contract for REST API endpoints used for system testing and debugging.
These endpoints are intended for internal use only and provide endpoints used for debugging and runtime analysis.
Example usage:
GET /api/v1/dm/diagnostics/download-logs - Download application log for analysis
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.Resource>
-
Method Details
-
downloadLogs
@GetMapping(path="/user-communication/diagnostics/download-logs", produces="application/octet-stream") org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadLogs()
-