構文
tadm get-health-check-prop common_options --config=config_name --origin-server-pool=origin_server_pool_name (property_name)*
説明
このコマンドを使用して、ヘルス・チェックのプロパティを表示します。
オプション
common_options
の詳細は、helpコマンドを実行してください。
--config|-c
ヘルス・チェックのプロパティを表示する構成を指定します。
--origin-server-pool|-o
ヘルス・チェックのプロパティを表示するオリジン・サーバー・プールの名前を指定します。
オペランド
property-name
表示するプロパティの名前を指定します(オプション)。
ヘルス・チェックの次のプロパティを表示できます。
protocol interval timeout failover-threshold request-method request-uri response-code-match response-body-match response-body-match-size dynamic-server-discovery
例
tadm get-health-check-prop --user=admin --host=admin.example.com --password-file=./admin.passwd --port=8989 --no-prompt --config=www.example.org --origin-server-pool=test-pool interval
終了コード
次の終了値が戻されます。
0: コマンドの実行に成功しました。
>0: コマンドの実行時にエラーが発生しました。
終了コードと構文表記の詳細は、helpコマンドを実行してください。
関連項目