get_agent_properties

管理エージェントのプロパティを表示します。管理エージェントの表示権限がある場合に、このコマンドを使用できます。

書式

emcli get_agent_properties      -agent_name="<agent_target_name>"      [-all]      [-format="<format_name>"]

[ ]  indicates that the parameter is optional

オプション

  • agent_name

    管理エージェント・ターゲットの名前。

  • all

    すべての管理エージェント・プロパティを表示します。デフォルトでは、基本プロパティのみが表示されます。

  • format

    管理エージェント・プロパティを表示するための書式。有効な値は、pretty、scriptおよびcsvです。デフォルトでは、値はpretty書式で表示されます。

この例では、すべての管理エージェント・プロパティをCSV形式で表示します。

 emcli get_agent_properties -agent_name=agent.example.com:11850         -all         -format=csv