listpatches

January 10, 2024

ID 179790

This command lets you generate an XML list of Kaspersky Security application 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 is an identifier of the Kaspersky Security module update.
  • checkSum is a hash of the TGZ archive in HEX format.
  • status is a module update installation status. Possible values:
    • installed: the module update was successfully installed.
    • failed: an error occurred.
    • rolledback: the module update was rolled back.
  • type is a 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: a special release of a module update.
  • productTargetVersion is a version of the update.
  • description is a description of the update.
  • statusChangedDate is date and time of the status change.
  • depensOn is an 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.