Logo
IntelliQA's Public API Documentation

Select Port 8

POST {{controller_endpoint}}

Command to select the card inserted into Slot 8 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





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

ENDPOINTS