UiPath Documentation
automation-suite
2024.10
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Automation Suite unter Linux – Installationsanleitung

Endpunkte in gutem Zustand

Um den Zustand Ihrer Automation Suite-Dienste effektiv zu überwachen, können Sie die in diesem Abschnitt aufgeführten Zustandsendpunkte verwenden. Mit diesen Endpunkten können Sie schnell überprüfen, ob ein Dienst ordnungsgemäß funktioniert.

Plattform

  • https://<automation-suite-fqdn>/pap_/health
  • https://<automation-suite-fqdn>/pdp_/health
  • https://<automation-suite-fqdn>/identity_/.well-known/openid-configuration
  • https://<automation-suite-fqdn>/identity_/web/
  • https://<automation-suite-fqdn>/lease_/health/
  • https://<automation-suite-fqdn>/license_/health
  • https://<automation-suite-fqdn>/organization_/health
  • https://<automation-suite-fqdn>/portal_/portal/shallow/healthStatus
  • https://<automation-suite-fqdn>/audit_/health
  • https://<automation-suite-fqdn>/resourcecatalog_/health

Action Center

  • https://<automation-suite-fqdn>/actions_/
  • https://<automation-suite-fqdn>/bupproxyservice_/health/ready
  • https://<automation-suite-fqdn>/processes_/

AI Center

  • https://<automation-suite-fqdn>/aifabric_/ai-app
  • https://<automation-suite-fqdn>/aifabric_/ai-deployer/actuator/health/ready
  • https://<automation-suite-fqdn>/aifabric_/ai-trainer/actuator/health/ready
  • https://<automation-suite-fqdn>/aifabric_/ai-pkgmanager/actuator/health/ready
  • https://<automation-suite-fqdn>/aifabric_/ai-helper/actuator/health/ready
  • https://<automation-suite-fqdn>/aistorage_/health
  • https://<automation-suite-fqdn>/<org-name>/apps_/default/api/v1/default/system-health

Automation Hub

  • https://<automation-suite-fqdn>/automationhub_/fd-api/v1/ping
  • https://<automation-suite-fqdn>/automationstore_/fd-api/v1/ping

Data Service

  • https://<automation-suite-fqdn>/dataservice_/api/HealthCheck/health
  • https://<automation-suite-fqdn>/dataservice_/assets

Document Understanding

  • https://<automation-suite-fqdn>/du_/api/documentmanager/health
  • https://<automation-suite-fqdn>/du_/api/storage/health
  • https://<automation-suite-fqdn>/du_/api/eventservice/health
  • https://<automation-suite-fqdn>/du_/metering/alive
  • https://<automation-suite-fqdn>/du_/ocr/info/ready
  • https://<automation-suite-fqdn>/du_/extended-ocr/ready
  • https://<automation-suite-fqdn>/du_/classify/MLclassification/info/ready
  • https://<automation-suite-fqdn>/du_/svc/formextractor/info
  • https://<automation-suite-fqdn>/du_/svc/intelligentkeywords/info

Insights

  • https://<automation-suite-fqdn>/insights_/health

Benachrichtigungsdienst

  • https://<automation-suite-fqdn>/notificationservice_/notificationserviceapi/health/readiness
  • https://<automation-suite-fqdn>/notificationservice_/usersubscriptionservice/health/readiness
  • https://<automation-suite-fqdn>/notificationservice_/publishermetaservice/health/readiness

Orchestrator

  • https://<automation-suite-fqdn>/orchestrator_/api/health

Robotub

  • https://<automation-suite-fqdn>/robotube_/healthz

Task Mining

  • https://<automation-suite-fqdn>/taskmining_/console/api/health
  • https://<automation-suite-fqdn>/taskmining_/storage/api/health

Test Manager

  • https://<automation-suite-fqdn>/testmanager_/api/health/live

Überprüfen des Dienstzustands

Um den Zustand eines bestimmten Dienstes zu überprüfen, senden Sie eine Anforderung an den entsprechenden Endpunkt, wie im folgenden Beispiel gezeigt.

curl -kiso /dev/null -w "%{http_code}" https://<automation-suite-fqdn>/orchestrator_/api/health
curl -kiso /dev/null -w "%{http_code}" https://<automation-suite-fqdn>/orchestrator_/api/health

Eine erfolgreiche Antwort mit einem HTTP-Statuscode 200 zeigt an, dass sich der Dienst in einem guten Zustand befindet.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben