A list of sample alerts returned by API

Need a list of all alerts that can happen on Orchestrator.

An alert data returned via the API would be in the following format.

{

"NotificationName": "string",

"Data": "string",

"Component": "",

"Severity": "",

"CreationTime": "",

"State": "Unread",

"UserNotificationId": "",

"Id": ""

}

Of which, CreationTime, State, UserNotificationId and Id would be irrelevant to the issue itself.

Variables, NotificationName, Data, Component and Severity are to be shown the following samples.

The Actual Data value is generated on the fly and can vary but would contain the error message and the error code shown.

The samples are based on the Alert Classification list on the site.

https://docs.uipath.com/orchestrator/docs/about-alerts#section-alert-classification

The following items have not been mapped at this time.

Schedules Error BackgroundJob trigger misfired

Schedules Error BackgroundJob failed to execute

Triggers Error Trigger could not create jobs as the allocated Robots already have pending jobs for this process. Occurs on time triggers.

Here are the samples. Please be aware that these are in review internally in UiPath and may change.

Also, these are not public information and could change at any time.

I will get back to you once we complete everything.

{

"NotificationName": "Process.JobExecution.Faulted",

"Data": "job for #process {0} on #robot {1} failed. ErrorCode 1680",

"Component": "Jobs",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": "Schedule.NoJobCreated",

"Data": "Failed to create job for process {0} , processID {1}.",

"Component": "Jobs",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": "Robot.StatusChanged.Offline",

"Data": "#robot {0} disconnected. ErrorCode 1222",

"Component": "Robots",

"Severity": "Fatal",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": "Robot.StatusChanged.NotResponding",

"Data": "#robot {0} is now available. ErrorCode 1223",

"Component": "Robots",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": "Robot.StatusChanged.Available",

"Data": "#robot {0} is now available.",

"Component": "Robots",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""Queue.TransactionStatus.FailedWithApplicationException",

"Data": "#transaction from #queue {0} on #robot {1} failed with application exception. ErrorCode 1856",

"Component": "Transactions",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""Queue.TransactionStatus.FailedWithBusinessException",

"Data": "#transaction from #queue {0} on #robot {1} failed with application exception.",

"Component": "Transactions",

"Severity": "Warn",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""QueueItem.Reviewer.Assign",

"Data": "You were assigned as reviewer for a transaction item from queue {0}.",

"Component": "Transactions",

"Severity": "Info",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""Queue.SLA.Prediction",

"Data": "#SLA for queue {1} linked to process {2} is in state {0}. ErrorCode 1864",

"Component": "Queues",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""Task.Assigned",

"Data": "You have been assigned {0} action(s)",

"Component": "Tasks",

"Severity": "Info",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""Schedule.MaxNumberOfJobsAlreadyExist",

"Data": "The maximum number of jobs for this Process has already been reached ErrorCode 1693",

"Component": "Triggers",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}

{

"NotificationName": ""Schedule.MaxNumberOfJobsAlreadyExist",

"Data": "The maximum number of jobs for this Process has already been reached ErrorCode 1693",

"Component": "Triggers",

"Severity": "Error",

"CreationTime": "2019-10-21T14:46:26.36Z",

"State": "Unread",

"UserNotificationId": "7e184f96-3520-4830-ac0b-3c0474de12af",

"Id": "1e18f8b4-b40b-48ee-80b3-00110af26cad"

}