KSC Open API
Kaspersky Security Center API description
paramFloat

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

  • KLOAPI type: paramFloat
  • JSON presentation: JSON object
  • Description: Real number
  • Value format: Contains two fields: the field "type" with a value of "float" and the field "value" with a value represented as real number. Example:{"type": "float", "value": 1.23}