The `gvm.xml.XmlCommand` module in Python is used for working with XML commands in the Greenbone Vulnerability Management (GVM) framework. It provides functions for creating, manipulating, and executing XML-based commands for various tasks related to vulnerability scanning and management. These commands are commonly used to interact with the GVM service and perform actions such as initiating scans, retrieving scan results, and managing vulnerabilities. Using the `XmlCommand` module, developers can easily generate and send XML commands to the GVM service, enabling them to integrate GVM functionality into their Python applications efficiently.
Python XmlCommand - 30 examples found. These are the top rated real world Python examples of gvm.xml.XmlCommand extracted from open source projects. You can rate examples to help us improve the quality of examples.