CLI for management extensions
You can use the CLI console to enable, disable, update, debug, and check the management extension.
To enable management extensions:
- Enable the production registry:
FAZ -VM64 # config system docker(docker)# set status
enable Enable production registry.
- Enable the management application.
(docker)# set
fortisoar Enable/disable container.
FortiAnalyzer supports only FortiSOAR MEA. Although you can use the CLI to enable additional management extension applications, they are not supported by FortiAnalyzer. Enabled, unsupported management extension applications are hidden from the FortiAnalyzer GUI, but still consume valuable resources. Be sure to only enable FortiSOAR MEA on FortiAnalyzer when using the CLI. |
To disable management extensions:
config system docker
(docker)# get
(docker)# set {fortisoar} disable
To update management extensions:
diagnose docker upgrade {fortisoar}
To debug management extensions:
diagnose debug application docker
To clean up or check management extensions:
diagnose docker {cleanup|status}
To limit CPU and RAM resources for management extensions:
config system docker
(docker)# set cpu <integer> #Set the maximum % of CPU usage (10 - 50, default = 50).
(docker)# set mem <integer> #Set the maximum % of RAM usage (10 - 50, default = 50).
|