Example JSON file containing a preset configuration

Below is an example of a JSON file containing descriptions of presets.

Only a qualified Kaspersky employee can create a configuration file. Preset configuration is uploaded by the user in the Presets section.

{

"presets": [

{

"name": "Product",

"tag_list": [

51,

52,

53,

49,

50

],

"evaluations": {

"axis_x_name": "",

"evaluations": []

},

"css_class": null,

"icon": "logout-signout"

},

...

{

"name": "Cooler",

"tag_list": [

64

],

"evaluations": {

"axis_x_name": "",

"evaluations": []

},

"css_class": null,

"icon": "graph"

}

]

}

Page top