doc: add monitoring and logging api doc
Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
@@ -48,6 +48,6 @@ type FluentbitFiltersResult struct {
|
||||
}
|
||||
|
||||
type FluentbitOutputsResult struct {
|
||||
Status int `json:"status"`
|
||||
Outputs []fb.OutputPlugin `json:"outputs,omitempty"`
|
||||
Status int `json:"status" description:"response status"`
|
||||
Outputs []fb.OutputPlugin `json:"outputs,omitempty" description:"array of fluent bit output plugins"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user