intelmq.bots.outputs.restapi package

Submodules

intelmq.bots.outputs.restapi.output module

intelmq.bots.outputs.restapi.output.BOT

alias of RestAPIOutputBot

class intelmq.bots.outputs.restapi.output.RestAPIOutputBot(*args, **kwargs)

Bases: OutputBot

Send events to a REST API listener through HTTP POST

auth_token: str = None
auth_token_name: str = None
auth_type = None
hierarchical_output: bool = False
host: str = None
init()
process()
use_json: bool = True

Module contents