def list_monitor(hostname, username, password, monitor_type, name=None, ):
    '''
    A function to connect to a bigip device and list an existing monitor.  If no name is provided than all
    monitors of the specified type will be listed.