Question
Orchestrator、Identity Server 等の監視に以下のページにある Health Check エンドポイント等を使用しています。
https://docs.uipath.com/orchestrator/lang-ja/reference/health-check-endpoints
同様に Resource Catalog サービスについても Health Check を行い、監視したいと考えています。
Resource Catalog の Health Check エンドポイントの URI を教えてください。
Answer
UiPath.Orchestrator.dll.config ファイルにある「ResourceCatalogService.ServiceURL」の値+"/health" が ResourceCatalogサービスのヘルスチェックエンドポイントとなります。
レスポンスコードが200であれば、ResourceCatalogサービスが正常に動作していると判断できます。
<UiPath.Orchestrator.dll.configの格納場所>
C:\Program Files (x86)\UiPath\Orchestrator\UiPath.Orchestrator.dll.config