Skip to content

executor: API REST, add new requests for the pdu

Ana Guerrero requested to merge (removed):second_update_pdu into master

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>

Merge request reports