Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.55 KB

File metadata and controls

63 lines (32 loc) · 1.55 KB

\LogFileApi

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

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

get_log_file_by_filename

serde_json::Value get_log_file_by_filename(filename)

Parameters

Name Type Description Required Notes
filename String [required]

Return type

serde_json::Value

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain

[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: application/json

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