Create Pinboard
This api is deprecated. Please use custom dashboard api instead.
Pinboard details
{
"name": "Pinboard Name",
"description": "This is a pinboard"
}
Name of the pinboard
Description of the pinboard
Success
{
"id": "18799:10002:211561153588",
"name": "Pinboard Name",
"description": "This is the pinboard 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": [
{
"id": "1000:10001:78690089",
"name": "Pin Name",
"query": "Alert where Severity = 'Critical'"
}
],
"groups_write_access": [
"CN=HR,CN=Users"
],
"groups_read_access": [
"cn=administrators"
]
}
Entity Identifier for a pinboard
Descriptor or identifier for particular pinboard.
Description of the pinboard
Create timestamp for pinboard
Last update timestamp for pinboard
User email of the pinboard owner
List of users with read privilege for the pinboard
List of users with read and write privilege for the pinboard
LDAP/VIDM groups with read and write privilege of the pinboard
LDAP/VIDM groups with read privilege of the pinboard
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
Internal Error