|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _create_raw_Object(self,
jsonDict,
msgName,
creator) |
source code
|
|
|
|
| create_layouts_from_json(self,
jsonLayouts) |
source code
|
|
|
|
create_hostgroups_from_json(self,
jsonHostGroups)
creates Hostgroups from the jsonConfig |
source code
|
|
|
|
create_members_from_json(self,
jsonMembers)
creates Members from the jsonConfig |
source code
|
|
|
|
|
|
|
| replace_with_import(self,
objList,
modPart,
items_func,
class_check) |
source code
|
|
|
|
| replace_pointer(self,
objectList,
replObjectList,
id_list_func,
id_get_func) |
source code
|
|
|
|
parse_config(self,
configFilename)
parses the json configuration and returns a list of layouts,
which contains all nessesary information of the config file. |
source code
|
|