export_compliance_standard_rule

指定したファイルにルールをエクスポートします。

書式

export_compliance_standard_rule
  -name=<name>
  -target_type=<target_type>
  -output_file=<file>

オプション

  • name

    エクスポートするルールの名前。

  • target_type

    エクスポートするルールのターゲット・タイプ。

  • output_file

    エクスポート・ファイルの名前。

例1

emcli export_compliance_standard_rule \
     -name="foo" \
     -target_type="weblogic_j2eeserver" \
     -output_file="$HOME/reports/rule.xml"