KSC Open API  13.1
Kaspersky Security Center API description
paramDateTime

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

  • KLOAPI type: paramDateTime
  • JSON presentation: JSON object
  • Description: Time in UTC
  • Value format: Contains two fields: the field "type" with a value of "datetime" and the field "value" with a value represented as string in format "YYYY-MM-DDTHH:MM:SSZ". Example:{"type": "datetime", "value": "2016-09-19T15:22:35Z"}