PHP 8.3.31
Preview: update.yaml Size: 1.20 KB
//opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/feature_management/rpc/schema/update.yaml

feature-management enable:
  return_type: FeaturesManagementEditAgentResponse
  help: Enable a feature for specified users or all new ones (set defaults)
  type: dict
  cli:
    users:
      - root
  schema:
    feature:
      help: "Allowed values: `av` for Malware Cleanup, `proactive` for Proactive Defense"
      type: string
      allowed:
        - proactive
        - av
      required: true
    users:
      help: List of users to enable the feature for. If not specified, the feature will be enabled by default for all new users.
      type: list
      schema:
        type: string
      nullable: true

feature-management disable:
  return_type: FeaturesManagementEditAgentResponse
  help: Disable a feature for specified users or all new ones (set defaults)
  type: dict
  cli:
    users:
      - root
  schema:
    feature:
      help: "Allowed values: `av` for Malware Cleanup, `proactive` for Proactive Defense"
      type: string
      allowed:
        - proactive
        - av
      required: true
    users:
      help: List of users to disable the feature for. If not specified, the feature will be disabled by default for all new users.
      type: list
      schema:
        type: string
      nullable: true

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
432 B lrw-r--r-- 2026-05-26 21:25:11
Edit Download
533 B lrw-r--r-- 2026-05-26 21:20:44
Edit Download
1.24 KB lrw-r--r-- 2026-05-26 21:25:11
Edit Download
1.28 KB lrw-r--r-- 2026-05-26 21:20:44
Edit Download
1.12 KB lrw-r--r-- 2026-05-26 21:25:11
Edit Download
1.20 KB lrw-r--r-- 2026-05-26 21:20:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).