KSC Open API
13.1
Kaspersky Security Center API description
|
Parameters describe group task statistics. All are optional:
Parameter name | Type | Description |
---|---|---|
"1" | paramInt | Number of hosts where the task modification hasn't been distributed yet. |
"2" | paramInt | Number of hosts where the task is running. |
"4" | paramInt | Number of hosts where the task finished successfully. |
"8" | paramInt | Number of hosts where the task finished with a warning. |
"16" | paramInt | Number of hosts where the task failed. |
"32" | paramInt | Number of hosts where the task was scheduled to run. |
"64" | paramInt | Number of hosts where the task was paused. |
"KLTSK_NEED_RBT_CNT" | paramInt | Number of hosts where the task is requested for the OS reboot. |
"GNRL_COMPLETED_PERCENT" | paramInt | Total task completion percent. |
"KLTSK_VIRT_PRGS" | paramBool | Boolean mark for tasks, which means that the virtual pre-execution progress (for tasks that suppose some preliminary executions on the server side before the real task starts on the target hosts). Set to true for execution of remote installation tasks. |
"KLTSK_ERR_REASONS_CNT" | paramParams | For remote installation and patch management tasks, additional information on different error reasons statistics. Every enri name is a decimal representation of a failure reason (according to Software installation error classes enum), and the value of the integer type means the count of hosts where the task failed with that reason. |