合成サーバーの正常性の確認
合成サーバーが実行されているかどうかを確認するには、以下を実行します。ユーザーは応答 pong を受信します。
curl <on-prem-synthetic_server_url>:10102/ping
curl <on-prem-synthetic_server_url>:12102/ping
curl <on-prem-synthetic_server_url>:16102/ping
合成サーバーの正常性を確認するには、以下を行います。
curl <on-prem-synthetic_server_url>:10102/healthcheck?pretty=true
curl <on-prem-synthetic_server_url>:12102/healthcheck?pretty=true
curl <on-prem-synthetic_server_url>:16102/healthcheck?pretty=true
合成サーバーが正常な場合、応答は以下のようになります。
curl <on-prem-synthetic_server_url>:10102/healthcheck?pretty=true CopyBASHcurl <on-prem-synthetic_server_url>:16102/healthcheck?pretty=true |
curl <on-prem-synthetic_server_url>:12102/healthcheck?pretty=true
|