Module: Msf::WebServices::Documentation::Api::V1::EventApiDoc
- Includes:
- Swagger::Blocks
- Defined in:
- lib/msf/core/web_services/documentation/api/v1/event_api_doc.rb
Constant Summary collapse
- NAME_DESC =
'The name of the event.'- NAME_EXAMPLE =
'module_run'- HOST_DESC =
'The address of the host related to this event.'- CRITICAL_DESC =
'true if the event is considered critical.'- SEEN_DESC =
'true if a user has acknowledged the event.'- USERNAME_DESC =
'Name of the user that triggered the event.'- INFO_DESC =
'Information about the event specific to the event name.'- INFO_EXAMPLE =
{command: 'irb'}