Settings and an example of JSON file that describes presets

JSON file that describes presets is created by a qualified technical specialist of the Customer, a Kaspersky employee or a certified integrator. The file that describes presets is uploaded by the user in the Presets section.

JSON file defines information about presets under presets, which itself contains the following settings:

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

{

"presets": [

{

"name": "Product",

"code": null,

"sort": 0,

"tags": [

51,

52,

53,

49,

50

],

"icon": "logout-signout",

"css_class": null,

"is_display_on_time_slice": false,

"evaluations": {

"axis_x_name": "",

"evaluations": []

},

"graphic_areas": [

{

"name": "F_product",

"description": "Content of F agent in final product",

"sort": 0,

"display_max": null,

"display_min": null,

"additional_thresholds": [],

"scale_mode": "single_axis",

"is_scale_mode_auto": true,

"tag_id_list": [

51

],

"graphic_area_id": null,

"preset_id": null

},

...

],

},

...

{

"name": "Cooler",

"code": null,

"sort": 0,

"tags": [

64

],

"icon": "graph",

"css_class": null,

"is_display_on_time_slice": false,

"evaluations": {

"axis_x_name": "",

"evaluations": []

},

"graphic_areas": [

{

"name": "Condenser_cool_water_flow",

"description": "Cooled condenser water flow rate control",

"sort": 0,

"display_max": null,

"display_min": null,

"additional_thresholds": [],

"scale_mode": "single_axis",

"is_scale_mode_auto": true,

"tag_id_list": [

64

],

"graphic_area_id": null,

"preset_id": null

}

]

}

]

}

Page top