.
This commit is contained in:
parent
5da9afefbc
commit
712ebc4587
|
@ -7,18 +7,14 @@ const (
|
|||
|
||||
const (
|
||||
COLLECTOR_INSTALL = "/_api/collector/event/status/install"
|
||||
|
||||
DISCOVERY_START = "/_api/collector/discovery/event/status/start"
|
||||
DISCOVERY_END = "/_api/collector/discovery/event/status/end"
|
||||
|
||||
HOST_START = "/_api/collector/discovery/event/host/status/start"
|
||||
HOST_FOUND = "/_api/collector/discovery/event/host/status/found"
|
||||
HOST_END = "/_api/collector/discovery/event/host/status/end"
|
||||
|
||||
PORT_START = "/_api/collector/discovery/event/port/status/start"
|
||||
PORT_FOUND = "/_api/collector/discovery/event/port/status/found"
|
||||
PORT_END = "/_api/collector/discovery/event/port/status/end"
|
||||
|
||||
SERVICE_END = "/_api/collector/discovery/event/service/status/end"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user