Module: Msf::WebServices::Documentation::Api::V1::SessionEventApiDoc

Includes:
Swagger::Blocks
Defined in:
lib/msf/core/web_services/documentation/api/v1/session_event_api_doc.rb

Constant Summary collapse

SESSION_ID_DESC =
'The ID of the session record that caused this event.'
ETYPE_DESC =
'The type of session event that occurred.'
ETYPE_ENUM =
['command', 'output', 'upload', 'download', 'filedelete']
COMMAND_DESC =
'The command that was executed for this event.'
OUTPUT_DESC =
'The resulting output of the executed command.'
LOCAL_PATH_DESC =
'Path to the associated file for upload and download events.'
LOCAL_PATH_EXAMPLE =
'/path/to/file'
REMOTE_PATH_DESC =
'Path to the associated file for upload, download, and filedelete events.'
REMOTE_PATH_EXAMPLE =
'/path/to/file'