Server IP : 66.29.132.122 / Your IP : 3.144.222.72 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/feature_management/rpc/schema/ |
Upload File : |
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