export_compliance_group
名前、作成者およびバージョンを指定して、コンプライアンス・グループ定義およびすべての要素定義をエクスポートします。
書式
emcli export_compliance_group -name=<name> -author=<author> -version=<name> -output_file=<file>
オプション
-
name
エクスポートするグループの名前。
-
author
エクスポートするグループの作成者。
-
version
エクスポートするグループのバージョン。
-
output_file
エクスポート・ファイルの名前。
例
例1
emcli export_compliance_group \ -name="foo" \ -author="Jonas" \ -version="99" \ -output_file="$HOME/reports/group.xml"