24006badee
Vendor-passthru lookup and heartbeat was mostly removed (in
5eb4ba26dd
). This removes the
remaining code and references to them.
Change-Id: I6b214503999ce1892f10f4507a6063b6e8d604bc
Related-Bug: #1640533
21 lines
326 B
JSON
21 lines
326 B
JSON
{
|
|
"bmc_reset": {
|
|
"async": true,
|
|
"attach": false,
|
|
"description": "",
|
|
"http_methods": [
|
|
"POST"
|
|
],
|
|
"require_exclusive_lock": true
|
|
},
|
|
"send_raw": {
|
|
"async": true,
|
|
"attach": false,
|
|
"description": "",
|
|
"http_methods": [
|
|
"POST"
|
|
],
|
|
"require_exclusive_lock": true
|
|
}
|
|
}
|