Newer
Older
// protocol buffers documentation: https://developers.google.com/protocol-buffers/docs/proto3
syntax = "proto3";
Carlos Natalino Da Silva
committed
package centralized_attack_detector;
Carlos Natalino Da Silva
committed
service CentralizedAttackDetectorService {
rpc NotifyServiceUpdate (service.Service) returns (context.Empty) {}
rpc DetectAttack (context.Empty) returns (context.Empty) {}
// rpc called by the distributed component to report KPIs
rpc ReportSummarizedKpi (monitoring.KpiList) returns (context.Empty) {}
rpc ReportKpi (monitoring.KpiList) returns (context.Empty) {}