Ejemplo n.º 1
0
def get_hostdependencys_table(embedded=False,
                              identifier=None,
                              credentials=None):
    """
    Get the elements to build a table
    """
    return get_table('hostdependency', schema, embedded, identifier,
                     credentials)
Ejemplo n.º 2
0
def get_userrestrictroles_table(embedded=False,
                                identifier=None,
                                credentials=None):
    """
    Get the elements to build a table
    """
    return get_table('userrestrictrole', schema, embedded, identifier,
                     credentials)
Ejemplo n.º 3
0
def get_services_table(embedded=False, identifier=None, credentials=None):
    """
    Get the elements to build a table
    """
    return get_table('service', schema, embedded, identifier, credentials)
Ejemplo n.º 4
0
def get_timeperiods_table(embedded=False, identifier=None, credentials=None):
    """
    Get the elements to build a table
    """
    return get_table('timeperiod', schema, embedded, identifier, credentials)
Ejemplo n.º 5
0
def get_logcheckresults_table(embedded=False, identifier=None, credentials=None):
    """
    Get the elements to build a table
    """
    return get_table('logcheckresult', schema, embedded, identifier, credentials)