collector event consts
This commit is contained in:
parent
60199fb8aa
commit
4a736053fa
|
@ -7,6 +7,9 @@ const (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
COLLECTOR_INSTALL = "/_api/collector/event/status/install"
|
COLLECTOR_INSTALL = "/_api/collector/event/status/install"
|
||||||
|
COLLECTOR_INIT = "/_api/collector/event/status/initialize"
|
||||||
|
COLLECTOR_START = "/_api/collector/event/status/start"
|
||||||
|
COLLECTOR_STOP = "/_api/collector/event/status/stop"
|
||||||
DISCOVERY_START = "/_api/collector/discovery/event/status/start"
|
DISCOVERY_START = "/_api/collector/discovery/event/status/start"
|
||||||
DISCOVERY_END = "/_api/collector/discovery/event/status/end"
|
DISCOVERY_END = "/_api/collector/discovery/event/status/end"
|
||||||
HOST_START = "/_api/collector/discovery/event/host/status/start"
|
HOST_START = "/_api/collector/discovery/event/host/status/start"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user