Logo
IntelliQA's Public API Documentation

Select Port 16

POST {{controller_endpoint}}

Command to select the card inserted into Slot 16 of the multiplexer.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
TCP-Wait-For-Server-Close
boolean




RESPONSES

status OK





Curl
curl -X POST 'controller_endpoint' -H 'Content-Type: application/json' -H 'TCP-Wait-For-Server-Close: true' -d '{"id":"chipMuxID","commands":["SELECT PORT 16"]}'

ENDPOINTS