UiPath Documentation
orchestrator
latest
false
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Guía de la API de Orchestrator

Última actualización 22 de may. de 2026

Solicitudes de alertas

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.

Para obtener más detalles, consulta la sección Alertas en la guía de la API de Automation Cloud.

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.

Publicar

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

Permisos necesarios

Alerts.Create

Solicitar encabezados.

ClaveValor
AutorizaciónPortador
X-UIPATH-OrganizationUnitIdID de carpeta
X-UIPATH-JobKeyJob Key

Solicitar cuerpo

{
    "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"
    }
}

Parámetros del cuerpo de la solicitud

ParámetroTipoObligatorioDescripción
processAlert.MessageCadenaThe alert message. Maximum 512 characters.
processAlert.SeverityENUMThe severity level of the alert: Info, Success, Warn, Error, Fatal.
processAlert.RobotNameCadenaThe name of the robot that executed the process. Maximum 512 characters.
processAlert.ProcessNameCadenaThe name of the process that generated the alert. Maximum 512 characters.

Código de respuesta

200 OK

  • Raising a process alert
  • Permisos necesarios
  • Solicitar encabezados.
  • Solicitar cuerpo
  • Parámetros del cuerpo de la solicitud
  • Código de respuesta

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado