KSC Open API
Kaspersky Security Center API description
paramBinary

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

  • KLOAPI type: paramBinary
  • JSON presentation: JSON object
  • Description: Binary data
  • Value format: Contains two fields: the field "type" with a value of "binary" and the field "value" with a value represented as string with base64 encoded binary data. Example:{"type": "binary", "value": "c29tZXRleHQ="}