list_targets_having_property_value

この指定したプロパティ名で指定したプロパティ値を持つすべてのターゲットをリストします。

書式

標準モード

emcli list_targets_having_property_value
     -property_name="null"
     -property_value="null"

インタラクティブまたはスクリプト・モード

list_targets_having_property_value(
     property_name="null"
     ,property_value="null"
     )

オプション

  • -property_name

    調査するプロパティの名前。

  • -property_value

    検索の基準とするプロパティの値。

終了コード

正常終了した場合は0。0以外の値は、verb処理が正常終了しなかったことを示します。

次のコマンドでは、orcl_gtp_lifecycle_statusでProductionプロパティ値を持つターゲットのリストを示します。

emcli list_targets_having_property_value
  -property_name="orcl_gtp_lifecycle_status"
  -property_value="Production"