KSC Open API
Kaspersky Security Center API description
|
Name | Type | Description |
---|---|---|
FILTER_EVENTS_PRODUCT_NAME | paramString | Name of a product which publishes an event |
FILTER_EVENTS_VERSION | paramString | Version of a product which publishes an event |
FILTER_EVENTS_COMPONENT_NAME | paramString | Name of a component which publishes an event |
FILTER_EVENTS_INSTANCE_ID | paramString | Instance of a component which publishes an event |
EVENT_TYPE | paramString | Type of an event. See List of event attributes for event types |
EVENT_BODY_FILTER | paramParams | Events filter. Here is an filter example for failure of a task: +---EVENT_TYPE = (paramString)KLPRCI_TaskState +---EVENT_BODY_FILTER (paramParams) | +---KLPRCI_TASK_TS_ID = (paramString)fef4c022-ae55-41a7-afb0-0cc7b3654e70 | +---KLPRCI_newState = (paramInt)3 |