The source project of this merge request has been removed.
executor: API REST, add new requests for the pdu
Update the API to request the information of a single pdu provided its name:
curl -sL HOST/api/v1/pdu/<pdu_name>
And for the status of a port from the pdu:
curl -sL HOST/api/v1/pdu/<pdu_name>/port/<port_id>