UiPath Documentation
orchestrator
latest
false
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Anleitung für die Orchestrator-API

Letzte Aktualisierung 22. Mai 2026

Warnungsanforderungen

Orchestrator integrates with Notification Service and uses the Automation Cloud Alerts framework. As a result, most alert operations, such as listing alerts and marking them as read, are exposed through the Automation Cloud Alerts API rather than a dedicated Orchestrator API.

Weitere Informationen finden Sie im Abschnitt Warnungen im Automation Cloud-API-Handbuch.

Orchestrator does expose a dedicated endpoint for raising process alerts.

Raising a process alert

The following request enables you to create a process alert tied to a specific process and robot, with a chosen severity.

Posten

{AutomationCloudURL}/{organizationName}/{tenantName}/orchestrator_/odata/Alerts/UiPath.Server.Configuration.OData.RaiseProcessAlert

Erforderliche Berechtigungen

Alerts.Create

Anforderungsheader

SchlüsselWert
AutorisierungInhaber
X-UIPATH-OrganizationUnitIdOrdner-ID
X-UIPATH-JobKeyJob Key

Anforderungstext

{
    "processAlert": {
        "Message": "The invoice processing job stopped unexpectedly.",
        "Severity": "Error",
        "ProcessName": "InvoiceProcessing",
        "RobotName": "FinanceBot01"
    }
}
{
    "processAlert": {
        "Message": "The invoice processing job stopped unexpectedly.",
        "Severity": "Error",
        "ProcessName": "InvoiceProcessing",
        "RobotName": "FinanceBot01"
    }
}

Textparameter der Anforderung

ParameterTypErforderlichBeschreibung
processAlert.MessageStringJaThe alert message. Maximum 512 characters.
processAlert.SeverityENUMJaThe severity level of the alert: Info, Success, Warn, Error, Fatal.
processAlert.RobotNameStringJaThe name of the robot that executed the process. Maximum 512 characters.
processAlert.ProcessNameStringJaThe name of the process that generated the alert. Maximum 512 characters.

Antwortcode

200 OK

  • Raising a process alert
  • Erforderliche Berechtigungen
  • Anforderungsheader
  • Anforderungstext
  • Textparameter der Anforderung
  • Antwortcode

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