Using Curl to Enable PPP
Example: Using Curl to Enable PPP
1 2 3 | curl -k -X PUT -H "Content-Type: application/json" -d '{ "enabled": true |
Example: Curl result
1 2 3 4 | { "code" : 200, "status" : "success" } |
Example: Using Curl to Enable PPP
1 2 3 | curl -k -X PUT -H "Content-Type: application/json" -d '{ "enabled": true |
Example: Curl result
1 2 3 4 | { "code" : 200, "status" : "success" } |