Endpoint
/api/v2/nginx
actionstring
Action item: restart or status
{
"action": "status"
}
Responses
OK
Successstring
{
"Success": "Service NGINX active (Running)"
}
Gets the NGINX service status and restarts the NGINX service on the gateway.
/api/v2/nginx
Action item: restart or status
{
"action": "status"
}
OK
{
"Success": "Service NGINX active (Running)"
}