Module: Msf::WebServices::Documentation::Api::V1::NoteApiDoc

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

Constant Summary collapse

NTYPE_DESC =
'The type of note this is.'
NTYPE_EXAMPLE =
"'host.info', 'host.os.session_fingerprint', 'smb_peer_os', etc."
HOST_ID_DESC =
'The ID of the host record this note is associated with.'
HOST_DESC =
'The IP address of the host this note is associated with.'
SERVICE_ID_DESC =
'The ID of the host record this service is associated with.'
VULN_ID_DESC =
'The ID of the host record this note is associated with.'
CRITICAL_DESC =
'Boolean regarding the criticality of this note\'s contents.'
SEEN_DESC =
'Boolean regarding if this note has been acknowledged.'
DATA_DESC =
'The contents of the note.'