cmdb

package
v3.6.5-1+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Routes = api.Routes{

	api.Route{
		Name:        `CMDB Authenticator`,
		Path:        `/v2/cmdb/authenticate/{host}`,
		Method:      `GET`,
		HandlerFunc: v3.SetAuthToken,
		Protected:   false,
	},

	api.Route{
		Name:        `CMDB Event Logger`,
		Path:        `/v2/cmdb/event/create/{host}`,
		Method:      `POST`,
		HandlerFunc: v3.CreateEvent,
		Protected:   false,
	},

	api.Route{
		Name:        `CMDB Health Check`,
		Path:        `/v2/cmdb/health/check`,
		Method:      `GET`,
		HandlerFunc: v3.CheckHealth,
		Protected:   false,
	},

	api.Route{
		Name:        `CMDB Concurrency Check`,
		Path:        `/v2/cmdb/concurrency/check/{id}`,
		Method:      `GET`,
		HandlerFunc: v3.CheckConcurrency,
		Protected:   false,
	},
}

Routes is a collection of HTTP verb/path-to-handler-function mappings.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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