Kaspersky Security Center

Preparing an archive for Execute scripts remotely task

July 1, 2024

ID 267847

Expand all | Collapse all

An archive for the Execute scripts remotely task based on a manifest.json file must meet the following requirements:

  • Archive format: ZIP.
  • Total size: no more than 1 GB.
  • The number of files and folders in the archive is unlimited.
  • The manifest file for the archive must match the schema below and must be named manifest.json. The schema is validated only during task execution on a device.

    JSON schema of the manifest file and description of arrays

    Example of the manifest file

  • The archive must be structured as follows:

    manifest.json

    <file1>

    <file2>

    <folder1>/<file3>

    <folder2>/<folder3>/<file4>

    ...

    <fileX>

    manifest.json is the manifest file for the task.

    <file1>, ...., <fileX> is the set of files with scripts to be executed.

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.