{% include 'menu.html' %}

{{ title }}

Board Type Management Documentation


USER INFO (required)
Server to use (prod/wmt-prod).
Environment (aws/gcp). Most partners should use AWS.
Partner Account ID (required)
Board-type Management API Security Key taken from Wiliot Platform (required)

Get all available board types for the selected account
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
Get all available versions for the selected board type
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
Version name (versionId is required)
IP version (if existing)
BLE version (if existing)
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
Version name (versionId is required)
Upload a validation schema file (JSON) according to version info
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
Version name (versionId is required)
Upload firmware binary files according to version info
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
Version name (versionId is required)
File name to download (e.g., validation.json or brg_app.bin/brg_app.dat/brg_sd_bl.bin/brg_sd_bl.dat/brg_sd_bl_app.zip)
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
Version name (versionId is required)
Set existing version to beta (1) or official (0)


{% if error %} {% endif %} {% if cmd_display %}
Command
{{ cmd_display }}
{% endif %}
Output
{{ output | safe }}