Files
PLG-MuDiCS/control/requests/wakeOnLan.bru
T

23 lines
238 B
Plaintext

meta {
name: wakeOnLan
type: http
seq: 4
}
post {
url: http://localhost:8080/api/wakeOnLan
body: json
auth: inherit
}
body:json {
{
"mac_address": "aa:aa:aa:aa:aa:aa"
}
}
settings {
encodeUrl: true
timeout: 0
}