CONSOLE
CONSOLE
The CONSOLE defines the user-preference types i.e. NOTIFICATION_CONSOLE, NOTIFICATION_SUMMARY_CONSOLE and TOPLOGY_CONSOLE.
AllOf
This class requires all of the following:
JSON Example
{
"type": "string",
"name": "Default notification console",
"description": "Detailed description about the user-preference",
"assign_to": [
"Operator"
],
"is_predefined": true,
"is_default": true,
"parent_id": "string",
"data": {},
"sub-preferences": [
{
"assign_to": [
"Operator"
],
"name": "Notification Log view",
"description": "Detailed description about the user-preference",
"data": {}
}
]
}