summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/node-vendor-passthru-response.json
blob: 28fb22c4c3d4a03e7a5c8cf507105888efa77219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
   "bmc_reset" : {
      "async" : true,
      "description" : "",
      "http_methods" : [
         "POST"
      ],
      "attach" : false
   },
   "send_raw" : {
      "description" : "",
      "attach" : false,
      "http_methods" : [
         "POST"
      ],
      "async" : true
   },
   "heartbeat" : {
      "async" : true,
      "attach" : false,
      "http_methods" : [
         "POST"
      ],
      "description" : ""
   }
}