Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ArgusQuery
ARGUS event selection by identity, status, type, owner, time range, limit, and additional filters.
API
ARGUS event selection by identity, status, type, owner, time range, limit, and additional filters.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct ArgusQuery {
std::string event_id;
std::string status;
std::string type;
std::string owner_node;
uint64_t since = 0;
uint64_t until = 0;
size_t limit = 0;
Value::Object filters;
};