KSC Open API
Kaspersky Security Center API description
|
When the information for certain reasons of general statuses was processed by an administrator (e.g., appropriate events were viewed, etc.), these status reasons can be reset until the next time when this information changes (in order avoid seeing the same reasons repeatedly and seeing other, less-important general status information).
The statuses to be reset must use an appropriate sub-parameter ("KLSTS_Deployment", "KLSTS_Events", or "KLSTS_Protection"), and the reason of the status to be reset is defined by the bitmask value in the parameter "KLSTS_Par_StatusReasonMask" (paramInt) in this sub-parameter.
Only the following general status reasons can be reset:
Sub-parameter | "KLSTS_Par_StatusReasonMask" bit value | Meaning | Additional parameters |
---|---|---|---|
KLSTS_Deployment | 4 | Remote installation task T failed on N1 hosts (succeeded on N2 hosts, reboot required on N3 hosts). | - "KLSTS_Par_Dpl_RITaskStrId" (paramString) - Task identity. |
KLSTS_Deployment | 8 | Remote installation task required reboot on N1 hosts (succeeded on N2 hosts). | - "KLSTS_Par_Dpl_RITaskStrId" (paramString) - Task identity. |
KLSTS_Protection | 32 | Virus outbreak occurred. | - "event_db_id" (paramLong) - Last viewed virus outbreak event identity. |
KLSTS_Protection | 64 | Vulnerabilities found. | - "registration_time" (paramDateTime) - Last viewed vulnerability registration time. |
KLSTS_Events | 1 | There are N new critical events registered on the server (starting from the moment when the status was reset). | - "registration_time" (paramDateTime) - Last viewed event registration time. |
KLSTS_Events | 2 | The Administration Server task T failed (starting from the moment when the status was reset). | - "KLSTS_Par_Ev_FailedSrvTskStrId" (paramString) - Task identity. |
KLSTS_Events | 4 | N new user requests. | - "registration_time" (paramDateTime) - Last viewed event registration time. |
KLSTS_Events | 8 | There are N new error events registered on the server(starting from the moment when the status was reset). | - "registration_time" (paramDateTime) - Last viewed event registration time. |
KLSTS_Events | 128 | New APS files has appeared since the last notice. | Absent. |