KSC Open API
Kaspersky Security Center API description
paramLong

This type used inside the params container.
NOTE: Can not be set to null. In the params container used strong typing.

  • KLOAPI type: paramLong
  • JSON presentation: JSON object
  • Description: Signed 64-bit integer
  • Value format: Contains two fields: the field "type" with a value of "long" and the field "value" with a value represented as signed 64-bit integer. Example:{"type": "long", "value": 13}