Control SynLink PDUs with the SynLink Web API (Application Programming Interface).
Examples within this guide use the curl
command on Linux OS Ubuntu 18.04. curl is available for download via sudo apt install curl
on Linux OS's that support Apt Package Manager. Testing the API is possible with Postman on Mac, Windows, or Linux Operating Systems. Endpoints Post bodys and output responses use JSON (Javascript Object Notation).
Libraries
NodeJS API Wrapper tools available via NPM
npm install synlink-pdu
Python API Wrapper tools available via PIP
pip install synlinkpy