Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.54 KB

File metadata and controls

63 lines (32 loc) · 1.54 KB

\LogFileApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
get_log_file_by_filename GET /api/v3/log/file/{filename}
list_log_file GET /api/v3/log/file

get_log_file_by_filename

get_log_file_by_filename(filename)

Parameters

Name Type Description Required Notes
filename String [required]

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

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

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

list_log_file

Vecmodels::LogFileResource list_log_file()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::LogFileResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

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