UiPath Documentation
orchestrator
latest
false
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia da API do Orchestrator

Última atualização 21 de mai de 2026

Solicitações 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 obter detalhes, consulte a seção Alertas no guia da API do 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.

Postar

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

Permissões necessárias

Alerts.Create

Cabeçalhos de solicitação.

ChaveValor
AutorizaçãoO portador
X-UIPATH-OrganizationUnitIdID da Pasta
X-UIPATH-JobKeyJob Key

Corpo da Solicitação

{
    "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 do corpo da solicitação

ParâmetroTipoRequiredDescription
processAlert.MessageStringSimThe alert message. Maximum 512 characters.
processAlert.SeverityENUMSimThe severity level of the alert: Info, Success, Warn, Error, Fatal.
processAlert.RobotNameStringSimThe name of the robot that executed the process. Maximum 512 characters.
processAlert.ProcessNameStringSimThe name of the process that generated the alert. Maximum 512 characters.

Código de resposta

200 OK

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades