Pull FCC data from https://wireless.fcc.gov to Onevizion and keep it in sync
- Bash
- GNU Awk (gawk) 3.1.7+
- wget
- curl
- split (GNU coreutils) 8.22+
- python 2/3 (parse json values, run q tool)
Run components import with ComponentsPackage.xml
Add new trackors to Trackor Tree.
Trackor Tree:
Registration -> History
Registration -> Entity
Registration -> FCC Remarks
Registration -> FCC Special Conditions
Set import parameters at new Imports.
Add a new integration with following fields on Integration page.
- Integration Name: FCCDB
- Command: ./import-run.sh
- Repository URL: https://github.com/IKAMTeam/FCCDBintHub
- Schedule: 0 0 3 * * ?
- Settings File: SettingsFile.integration
- Enabled: On
SettingsFile.integration:
SET=daily
UN=username
PWD=password
URL=https://name.onevizion.com
- SET is type of the integration.
- UN - API user name
- PWD - API password
Set “full” instead of “daily” for Full import.