Endpoint
/api/v2/applicationservice
actionstring
Action item: status, start, or stop.
servicestring
Name of the service.
{
"action": "start",
"service": "squid"
}
Responses
OK
Successstring
{
"Success": "Service Squid Proxy started successfully."
}