Endpoint
/api/v2/applicationservice
action
string

Action item: status, start, or stop.

service
string

Name of the service.

{
  "action": "start",
  "service": "squid"
}

Responses

OK

Success
string

{
  "Success": "Service Squid Proxy started successfully."
}