URL

POST https://{gatewayIp}:5480/api/v2/restartnetwork

Sample URLs

https://192.168.xxx.xxx:5480/api/v2/restartnetwork

Sample cURL

curl -k -X POST https://{GatewayIP}:5480/api/v2/restartnetwork 
-H 'Accept: application/json' 
-H 'Authorization: Token <TOKEN>' 

Status code

200 OK

Sample response

{"Success":"Network service restarted successfully."}