Description trigger modem to start
http://localhost:5000/modem/start
Example
curl --request POST --url http://localhost:5000/modem/start --header 'Content-Type: application/json' --data '{"start": true}'
Response
{
"modem": "started"
}
{
"message": "ok"
}
Errors
This API uses the following error codes:
400 Bad Request
: The request was malformed or missing required parameters.404 Not Found
: The requested resource was not found.500 Internal Server Error
: An unexpected error occurred on the server.503 Modem not running
: Modem not running.