Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.64 KB

LogsAPI.md

File metadata and controls

61 lines (39 loc) · 1.64 KB

LogsAPI

All URIs are relative to http://localhost

Method HTTP request Description
LogsAPI_logFileHandler GET /logs/{logpath}
LogsAPI_logFileListHandler GET /logs/

LogsAPI_logFileHandler

void LogsAPI_logFileHandler(apiClient_t *apiClient, char *logpath);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
logpath char * path to the log

Return type

void

Authorization

BearerToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

LogsAPI_logFileListHandler

void LogsAPI_logFileListHandler(apiClient_t *apiClient);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration

Return type

void

Authorization

BearerToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]