InlineView1
{
"include_roles": "string",
"display_name": "string",
"exclude_roles": "string",
"weight": 0,
"widgets": [
{
"widget_id": "string",
"weight": 0,
"label": {
"text": "string",
"hover": false,
"navigation": "string",
"condition": "string",
"icons": [
{
"placement": "string",
"type": "string",
"tooltip": [
{
"text": "string",
"condition": "string"
}
]
}
]
}
}
],
"shared": false
}
Comma separated list of roles to which the shared view is visible. Allows user to specify the visibility of a shared view to the specified roles. User defined roles can also be specified in the list. The roles can be obtained via GET /api/v1/aaa/roles. Please visit API documentation for details about roles.
Title of the widget.
Comma separated list of roles to which the shared view is not visible. Allows user to prevent the visibility of a shared view to the specified roles. User defined roles can also be specified in the list. The roles can be obtained via GET /api/v1/aaa/roles. Please visit API documentation for details about roles. If include_roles is specified then exclude_roles cannot be specified.
Determines placement of view relative to other views. The lower the weight, the higher it is in the placement order.
Defaults to false. Set to true to publish the view to other users. The widgets of a shared view are visible to other users.