Reply To: Determining PPP Link status from Node-Red flow.

Home › Forums › Conduit: AEP Model › Determining PPP Link status from Node-Red flow. › Reply To: Determining PPP Link status from Node-Red flow.

#14322
Bryan Tran
Moderator

Hi Yogesh,

You can create a http node in node red and issue the following command to fetch the status of the ppp connection

http://127.0.0.1/api/stats/ppp

Thanks,

BT