Retrieve the features of the device for GUI
path: /api/gui_info
method: GET
response body:
{
"title": "IOTA 100 CORE",
"logo": "iota",
"profitap_logo": true
}title - text to show in the tablogo - enum with logo of the product. IOTA will return iota.profitap_logo - show or not the Profitap logonotes:
path: /api/gui_features
method: GET
response body:
{
"title": "IOTA 100 CORE | MyHostName",
"features":
[
"iota_core_dashboards",
"iota_core_capture_control",
"iota_core_data_vault",
"iota_core_settings",
"iota_tcp_analysis_available",
"iota_dns_analysis_available",
"iota_http_analysis_available",
"iota_rtp_analysis_available"
],
"platform": "core100"
}title - text to show in the tab; can be different from the one in the initial endpoint, for instance, including a hostnamefeatures - array of enum objects showing which parts of GUI must be enabled for this productplatform - runtime platform (e.g., edge, highspeed, core100, core10_plus)notes: