構文
tadm get-http-prop common_options --config=config_name (property_name)*
説明
このコマンドを使用して、HTTPプロパティを表示します。
オプション
common_options
の詳細は、helpコマンドを実行してください。
--config|-c
HTTPプロパティを表示する構成の名前を指定します。
オペランド
property-name
表示するプロパティの名前を指定します(オプション)。
次のHTTPプロパティを表示できます。
version server-header etag request-header-buffer-size strict-request-headers discard-misquoted-cookies max-request-headers output-buffer-size max-unchunk-size unchunk-timeout io-timeout request-body-timeout request-header-timeout
例
tadm get-http-prop --user=admin --host=admin.example.com --password-file=./admin.passwd --port=8989 --no-prompt --config=www.example.org io-timeout
終了コード
次の終了値が戻されます。
0: コマンドの実行に成功しました。
>0: コマンドの実行時にエラーが発生しました。
終了コードと構文表記の詳細は、helpコマンドを実行してください。
関連項目