示例#1
0
def get_hostdependencys_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('hostdependency', schema)
示例#2
0
def get_usergroups_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('usergroup', schema)
示例#3
0
def get_services_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('service', schema)
示例#4
0
def get_logcheckresults_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('logcheckresult', schema)
示例#5
0
def get_timeperiods_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('timeperiod', schema)
示例#6
0
def get_realms_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('realm', schema)
示例#7
0
def get_userrestrictroles_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('userrestrictrole', schema)
示例#8
0
def get_historys_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('history', schema)
示例#9
0
def get_livestates_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('livestate', schema)
示例#10
0
def get_commands_table_data():
    """
    Get the elements required by the table
    """
    return get_table_data('command', schema)