Returns the enabled VikingCloud Endpoint modules for the current user's organization.

Request
Security:
vc-security
Responses
200

OK

get/endpoint-control-service/v1/ui/org/modules
Request samples
curl -i -X GET \
  http://endpoint-control-service:8080/endpoint-control-service/v1/ui/org/modules \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "avEnabled": true,
  • "fimEnabled": true,
  • "panEnabled": true,
  • "netScanEnabled": true,
  • "windowsEventLogEnabled": true,
  • "atcEnabled": true,
  • "dciEnabled": true,
  • "arwEnabled": true
}