Files
c/kubernetes/docs/LogsAPI.md

62 lines
1.6 KiB
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# LogsAPI
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
[**LogsAPI_logFileHandler**](LogsAPI.md#LogsAPI_logFileHandler) | **GET** /logs/{logpath} |
[**LogsAPI_logFileListHandler**](LogsAPI.md#LogsAPI_logFileListHandler) | **GET** /logs/ |
# **LogsAPI_logFileHandler**
```c
void LogsAPI_logFileHandler(apiClient_t *apiClient, char * logpath);
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
2021-09-05 12:12:19 -03:00
**apiClient** | **apiClient_t \*** | context containing the client configuration |
2021-03-17 16:35:19 +08:00
**logpath** | **char \*** | path to the log |
### Return type
void
### Authorization
[BearerToken](../README.md#BearerToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **LogsAPI_logFileListHandler**
```c
void LogsAPI_logFileListHandler(apiClient_t *apiClient);
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
2021-09-05 12:12:19 -03:00
**apiClient** | **apiClient_t \*** | context containing the client configuration |
2021-03-17 16:35:19 +08:00
### Return type
void
### Authorization
[BearerToken](../README.md#BearerToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)