PHP 8.2.31
Preview: show.yaml Size: 1.28 KB
//opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/feature_management/rpc/schema/show.yaml

feature-management list:
  return_type: FeaturesManagementListAgentResponse
  help: List all available features
  type: dict
  cli:
    users:
      - root

feature-management defaults:
  return_type: FeaturesManagementDefaultsAgentResponse
  help: Get the default state of all features for new users
  type: dict
  cli:
    users:
      - root

feature-management show:
  return_type: FeaturesManagementShowAgentResponse
  help: List the state of all features for all users
  type: dict
  cli:
    users:
      - root
  schema:
    search:
      help: Search specific users by name.
      type: string
      nullable: true
    limit:
      help: Limits the output with specified number of incidents.
      type: integer
      coerce: int
      default: 100
    offset:
      help: Offset for pagination.
      type: integer
      coerce: int
      default: 0
    order_by:
      help: List of fields to sort the results by.
      type: list
      schema:
        type: order_by
        coerce: order_by
      nullable: true

feature-management get:
  return_type: FeaturesManagementGetAgentResponse
  help: Get the state of all features for a specific user
  type: dict
  cli:
    users:
      - root
  schema:
    user:
      help: Specifies a user name to obtain the status of features for
      type: string

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).