log_service

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MSP_ADDON_LOGS_AGGREGATION = apis.ApiSpec{
	Path:        "/api/log-analytics/<addon>/aggregation",
	BackendPath: "/api/log-service/<addon>/statistics/bucket",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 日志聚合接口",
}
View Source
var MSP_ADDON_LOGS_DOWNLOAD = apis.ApiSpec{
	Path:        "/api/log-analytics/<addon>/download",
	BackendPath: "/api/log-service/<addon>/download",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 日志下载接口",
}
View Source
var MSP_ADDON_LOGS_FIELDS = apis.ApiSpec{
	Path:        "/api/log-analytics/<addon>/fields",
	BackendPath: "/api/log-service/<addon>/settings/fields",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 日志字段列表",
}
View Source
var MSP_ADDON_LOGS_SEARCH_GET = apis.ApiSpec{
	Path:        "/api/log-analytics/<addon>/search",
	BackendPath: "/api/log-service/<addon>/search/paged",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 日志搜索接口",
}
View Source
var MSP_ADDON_LOGS_SEARCH_SEQUENTIAL = apis.ApiSpec{
	Path:        "/api/log-analytics/<addon>/sequentialSearch",
	BackendPath: "/api/log-service/<addon>/search/sequential",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 日志连续搜索接口",
}
View Source
var MSP_ADDON_LOGS_STATISTIC = apis.ApiSpec{
	Path:        "/api/log-analytics/<addon>/statistic",
	BackendPath: "/api/log-service/<addon>/statistics/histogram",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 日志统计接口",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL