| QualysGuard-Request documentation | view source | Contained in the QualysGuard-Request distribution. |
QualysGuard::Response::HostInfo
Version 0.02
see QualysGuard::Request for more information.
This module is a subclass of QualysGuard::Response and XML::XPath.
see QualysGuard API documentation for more information.
Returns an arrayref of all /HOST/TICKETS/*/TICKET_NUMBER nodes.
Returns an arrayref of hasrefs containing vulnerability info from /HOST/*/*/VULNINFO nodes.
The method includes the VULN_LEVEL within the hashref.
Returns the host tracking method assigned to the host. A valid value is “IP address”, “DNS hostname”, or “NetBIOS hostname”.
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.
Returns the IP address of the host.
Returns the DNS host name when known.
Returns the Microsoft Windows NetBIOS host name if appropriate, when known.
Returns the operating system detected on the host.
Returns the date and time when the host was last scanned (most recent scan, in YYYY-MM-DDTHH:MM:SSZ format (UTC/GMT).
Returns user-supplied host comments.
Patrick Devlin, <pdevlin at cpan.org>
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.
You can find documentation for this module with the perldoc command.
perldoc QualysGuard::Request
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=QualysGuard::Request
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.
| QualysGuard-Request documentation | view source | Contained in the QualysGuard-Request distribution. |