構文
tadm get-route-prop common_options --config=config_name --vs=vs_name --route=route_name (property_name)*
説明
このコマンドを使用して、ルート・プロパティを表示します。
オプション
common_options
の詳細は、helpコマンドを実行してください。
--config|-c
ルート・プロパティを表示する構成の名前を指定します。
--vs|-s
仮想サーバーの名前を指定します。
--route|-r
表示するルート名を指定します。
オペランド
property-name
表示するプロパティの名前を指定します(オプション)。
次のルート・プロパティを表示できます。
server sticky-cookie sticky-param route-header route-cookie rewrite-headers validate-server-cert use-keep-alive keep-alive-timeout timeout always-use-keep-alive protocol proxy-agent origin-server-pool from to websocket-upgrade-enabled condition log-headers buffer-size
例
tadm get-route-prop --config=www.example.org --vs=soa.example.org --route=Route323 route-header
終了コード
次の終了値が戻されます。
0: コマンドの実行に成功しました。
>0: コマンドの実行時にエラーが発生しました。
終了コードと構文表記の詳細は、helpコマンドを実行してください。
関連項目
「help」、「create-route」、「list-routes」、「set-route-prop」、「delete-route」