Create endpoint's enabled-modules

Request
Security:
vc-security
path Parameters
id
required
string
Request Body schema: application/json
id
string
orgId
string
fim
string
wel
string
antivirus
string
cmd
string
dnsFilter
string
fusionScanner
string
iocDetection
string
pan
string
policy
string
network
string
softwareInventory
string
version
integer
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/endpoint-control-service/v1/endpoint/{id}/enabled-modules
Request samples
application/json
{
  • "id": "string",
  • "orgId": "string",
  • "fim": "string",
  • "wel": "string",
  • "antivirus": "string",
  • "cmd": "string",
  • "dnsFilter": "string",
  • "fusionScanner": "string",
  • "iocDetection": "string",
  • "pan": "string",
  • "policy": "string",
  • "network": "string",
  • "softwareInventory": "string",
  • "version": 0
}
Response samples
application/json
{
  • "id": "string",
  • "orgId": "string",
  • "fim": "string",
  • "wel": "string",
  • "antivirus": "string",
  • "cmd": "string",
  • "dnsFilter": "string",
  • "fusionScanner": "string",
  • "iocDetection": "string",
  • "pan": "string",
  • "policy": "string",
  • "network": "string",
  • "softwareInventory": "string",
  • "version": 0
}