GIF89a;
Direktori : /opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/simple_rpc/schema/ |
Current File : //opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/simple_rpc/schema/config.yaml |
config update: return_type: ConfigAgentResponse # FIXME: cli section required for UI tests cli: users: - root type: dict schema: # workaround for https://cloudlinux.atlassian.net/browse/DEF-3902 # TODO: remove items, make data not nullable items: type: list schema: type: string data: type: string nullable: true positional: true user: type: string nullable: true config update-ui: return_type: ConfigAgentResponse # FIXME: cli section required for UI tests cli: users: - root type: dict schema: data: type: dict nullable: true user: type: string nullable: true config show: return_type: ConfigAgentResponse cli: users: - root type: dict schema: user: type: string nullable: true config show defaults: cli: users: - root type: dict