Kaspersky Security for Virtualization 6.0 Light Agent

listpatches

January 25, 2024

ID 179790

This command lets you generate an XML list of Kaspersky Security module updates installed on SVMs.

The XML file has the following format:

<?xml version="1.0" encoding="UTF-8"?>

<patches>

<patch>

<id>patchId</id>

<sha_256>checkSum</sha_256>

<status>status</status>

<patch_type>type</patch_type>

<version>productTargetVersion</version>

<description><![CDATA[description]]></description>

<status_changed_date>statusChangedDate</status_changed_date>

dependsOn

</patch>

<patch>

...

</patch>

...

</patches>

where:

  • patchId – identifier of the Kaspersky Security module update.
  • checkSum – hash of the TGZ archive in HEX format.
  • status – installation status of the module update. Possible values:
    • installed – the module update was successfully installed.
    • failed – an error occurred.
    • rolledback – the module update was rolled back.
  • type – type of module update. Possible values:
    • auto – module update received with the update package from the Kaspersky Security Center Administration Server repository.
    • config – module update resulting from applying a configuration file.
    • custom – special release of a module update.
  • productTargetVersion – version of the update.
  • description – description of the update.
  • statusChangedDate – date and time of the status change.
  • dependsOn – ID of the module update upon which this specific module update depends (optional parameter).

Settings

None.

Example:

> ssh klconfig@10.16.98.17 listpatches

> klconfig@10.16.98.17’s password:

<?xml version="1.0" encoding="UTF-8"?>

<patches>

</patches>

KLCONFIG OK

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.