Configure the number of concurrent capture ports
The endpoints are applicable for IOTA Core10 system only.
The Core10 device has 6 physical capture interfaces, but the number of simultaneously usable ports is limited: each concurrent capture port needs a set of dedicated CPU cores. This setting lets a user trade between per-port performance (fewer ports) and capture coverage (more ports). The value is 1-4 and applying a change requires a reboot.
Path: /system/resources
Method: GET
Minimum user role: admin
Response:
{
"message": "Success",
"data": { "concurrent_capture_ports": 4 }
}Path: /system/resources
Method: PUT
Minimum user role: admin
Payload:
{ "concurrent_capture_ports": 2 }Notes:
restarting and the device reboots to apply the new value