1.6 KiB
1.6 KiB
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
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
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]