sync_beacon
Synchronizes a beacon that is monitoring the target (reloads all collections to the beacon).
Format
emcli sync_beacon
      -name=target name
      -type=target type
      -bcnName=beacon nameOptions
- 
                        name Service target name. 
- 
                        type Service target type. 
- 
                        bcnName Beacon name to synchronize. 
Examples
This example synchronizes MyBeacon, which is monitoring the MyTarget target of type generic_service.
                  
emcli sync_beacon -name='MyTarget' -type='generic_service'
      -bcnName='MyBeacon'