Deployment_Notifications
Deployment_Notifications
The Notifications structure contains info/warning/error messages that can be reported be the task.
JSON Example
{
"info": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
],
"warnings": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
],
"errors": [
{
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
]
}
array of Deployment_Notification
info
Optional
Info notification messages reported. Only set if an info was reported by the task.
array of Deployment_Notification
warnings
Optional
Warning notification messages reported. Only set if an warning was reported by the task.
array of Deployment_Notification
errors
Optional
Error notification messages reported. Only set if an error was reported by the task.