NAME
QualysGuard::Response::HostInfo
VERSION
Version 0.02
SYNOPSIS
see QualysGuard::Request for more information.
DESCRIPTION
This module is a subclass of QualysGuard::Response and XML::XPath.
see QualysGuard API documentation for more information.
PUBLIC INTERFACE
- get_ticket_numbers
 - 
Returns an arrayref of all /HOST/TICKETS/*/TICKET_NUMBER nodes.
 - get_vuln_info
 - 
Returns an arrayref of hasrefs containing vulnerability info from /HOST/*/*/VULNINFO nodes.
The method includes the VULN_LEVEL within the hashref.
 - get_tracking_method
 - 
Returns the host tracking method assigned to the host. A valid value is “IP address”, “DNS hostname”, or “NetBIOS hostname”.
 - get_security_risk
 - 
Returns the current security risk of the host, reflecting the number of vulnerabilities detected on the host and the relative security risk of those vulnerabilities. Security risk is a value from 1 to 5, where a rating of 5 represents the highest security risk.
 - get_ip
 - 
Returns the IP address of the host.
 - get_dns
 - 
Returns the DNS host name when known.
 - get_netbios
 - 
Returns the Microsoft Windows NetBIOS host name if appropriate, when known.
 - get_operating_system
 - 
Returns the operating system detected on the host.
 - get_last_scan_date
 - 
Returns the date and time when the host was last scanned (most recent scan, in YYYY-MM-DDTHH:MM:SSZ format (UTC/GMT).
 - get_comment
 - 
Returns user-supplied host comments.
 
AUTHOR
Patrick Devlin, <pdevlin at cpan.org>
BUGS
Please report any bugs or feature requests to bug-qualysguard-response-assetdatareport at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=QualysGuard::Request. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc QualysGuard::Request
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=QualysGuard::Request
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
SEE ALSO
COPYRIGHT & LICENSE
Copyright 2008 Patrick Devlin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Qualys and the QualysGuard product are registered trademarks of Qualys, Inc.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 166:
 Non-ASCII character seen before =encoding in '“IP'. Assuming UTF-8