Remove Share Custom Dashboard
Share custom dashboard with users and LDAP/vIDM groups. Only admin and member users can perform this action
The Entity ID of object requestion information on
Remove custom dashboard share for given users and groups
{
"users_read_access": [
"[email protected]",
"[email protected]"
],
"users_write_access": [
"[email protected]",
"[email protected]"
],
"groups_read_access": [
"CN=Dev,CN=Users,DC=vrni,DC=com"
],
"groups_write_access": [
"CN=HR,CN=Users,DC=vrni,DC=com"
]
}
List of users with read privilege for the custom dashboard
List of users with all privileges for the custom dashboard
List of groups with read privilege for the custom dashboard
List of groups with read and write privilege for the custom dashboard
Success
{
"id": "18799:10002:211561153588",
"name": "Custom Dashboard Name",
"description": "This is the Custom Dashboard description",
"create_timestamp": "156789876",
"last_updated_timestamp": "156789876",
"owner": "admin@local",
"users_read_access": [
"[email protected]",
"[email protected]"
],
"users_write_access": [
"[email protected]",
"[email protected]"
],
"pins": [
{
"pin_model_key": "1000:10001:78690089",
"pin_name": "Pin Name",
"query": "Alert where Severity = 'Critical'"
}
],
"groups_write_access": [
"CN=HR,CN=Users"
],
"groups_read_access": [
"cn=administrators"
]
}
Entity Identifier for a custom dashboard
Descriptor or identifier for particular custom dashboard.
Description of the custom dashboard
Create timestamp for custom dashboard
Last update timestamp for custom dashboard
User email of the custom dashboard owner
List of users with read privilege for the custom dashboard
List of users with read and write privilege for the custom dashboard
LDAP/VIDM groups with read and write privilege of the custom dashboard
LDAP/VIDM groups with read privilege of the custom dashboard
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message