/api/cmd.system.reboot unsupported request

Hello I’m testing some local APIs on the Peplink MAX BR1 Mini 5G

When testing the reboot API on the latest firmware available it says that the command is unsupported although the documentation claims it’s supported. Is this a bug? For reference here is the response from the FW Info API

{
  "stat": "ok",
  "response": {
    "1": {
      "version": "8.4.1 build 5107",
      "bootable": true,
      "inUse": false
    },
    "2": {
      "version": "8.5.1 build 5203",
      "bootable": true,
      "inUse": true
    },
    "order": [
      1,
      2
    ]
  }
}

@cyberfox it looks like you were using “GET /api/info.firmware” command to retrieve the firmware info (output below).
image

The API command for rebooting the router should be “POST /api/cmd.system.reboot”, which I tested working (output below from API testing tool).

I am using BR1 Mini 5G for my testing too. If you encounter an issue, you may submit a support ticket for our team to take a closer look at it.