Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CREATE_BLOCK = apis.ApiSpec{ Path: "/api/tmc/dashboard/blocks", BackendPath: "/api/msp/dashboard/blocks", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "POST", CheckLogin: true, CheckToken: true, Doc: "summary: 创建自定义大盘", }
View Source
var DELETE_BLOCK = apis.ApiSpec{ Path: "/api/tmc/dashboard/blocks/<id>", BackendPath: "/api/msp/dashboard/blocks/<id>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "DELETE", CheckLogin: true, CheckToken: true, Doc: "summary: 删除自定义大盘", }
View Source
var GET_BLOCK = apis.ApiSpec{ Path: "/api/tmc/dashboard/blocks/<id>", BackendPath: "/api/msp/dashboard/blocks/<id>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "summary: 获取自定义大盘详情", }
View Source
var LIST_BLOCKS = apis.ApiSpec{ Path: "/api/tmc/dashboard/blocks", BackendPath: "/api/msp/dashboard/blocks", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "summary: 获取自定义大盘列表", }
View Source
var TMC_METRIC_DASHBOARD_UPDATE = apis.ApiSpec{ Path: "/api/tmc/dashboard/blocks/<id>", BackendPath: "/api/msp/dashboard/blocks/<id>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "PUT", CheckLogin: true, CheckToken: true, Doc: "summary: 更新自定义大盘", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.