Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.46 KB

LogsApi.md

File metadata and controls

58 lines (33 loc) · 1.46 KB

\LogsApi

All URIs are relative to http://localhost

Method HTTP request Description
LogFileHandler Get /logs/{logpath}
LogFileListHandler Get /logs/

LogFileHandler

LogFileHandler(ctx, logpath)

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
logpath string path to the log

Return type

(empty response body)

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]

LogFileListHandler

LogFileListHandler(ctx, )

Required Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

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]