KSC Open API
13.1
Kaspersky Security Center API description
|
Attribute name | Data type | Description |
---|---|---|
"KLMDM_CMD_GUID" | paramString | Command unique ID. |
"KLMDM_CMD_TYPE" | paramString | Command type, such as "Wipe" or "Block". |
"KLMDM_CMD_ARG" | paramParams | Command arguments that will be passed directly to the device. It can be NULL for some commands. |
"KLMDM_CMD_MDM_PROTOCOLS" | paramInt |
|
"KLMDM_CMD_PROCESSFLAGS" | paramInt | Command process flags that indicate the algorithm of the command processing. Bitmask values:
|
"KLMDM_CMD_STATUS" | paramInt | Command processing state. Enum values:
|
"KLMDM_CMD_RESULT_INFO" | paramString | Additional information about a completed or failed command. |
"KLMDM_CMD_RESULT_DATA" | paramParams | Result of the completed command. |