Create Pin
This api is deprecated. Please use custom dashboard api instead.
Request
URI
POST
https://{api_host}/api/ni/pinboards/{id}/pins
COPY
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Request Body
Pin details
PinRequest of type(s) application/json
Required
{
"name": "Pin Name",
"query": "Alert where Severity = 'Critical'"
}
string
name
Optional
Name of the pin
string
query
Optional
Search query for the pin
Responses
201
OK
Returns PinResponse of type(s) application/json
{
"id": "1000:10001:7869000989",
"custom_dashboard_id": "1000:2504:7869098089",
"name": "Pin Name",
"created_timestamp": "1679088763",
"last_updated_timestamp": "16790887689",
"query": "Alert where Severity = 'Critical'",
"pinned_timestamp": "1679088763",
"owner": "admin@local"
}
string
id
Optional
Model key for the pin
string
custom_dashboard_id
Optional
Model key of the custom dashboard of which the pin is part of
string
name
Optional
Name of the pin
string
created_timestamp
Optional
Create timestamp of the pin
string
last_updated_timestamp
Optional
Last update timestamop of the pin
string
query
Optional
Query behind the pin
string
pinned_timestamp
Optional
Timestamp when the pin was pinned
string
owner
Optional
Owner of the pin
400
Bad Request
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
401
Unauthorized
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
403
Forbidden
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
404
Not Found
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
500
Internal Error
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
Deprecated
On This Page
Pinboards Operations
POST
Create Pin
Deprecated
POST
Create Pinboard
Deprecated
DELETE
Delete Pin
Deprecated
DELETE
Delete Pinboard
Deprecated
POST
Duplicate Pinboard
Deprecated
PUT
Edit Pinboard
Deprecated
GET
Get All Pinboards
Deprecated
GET
Get Pinboard
Deprecated
PUT
Remove Share Pinboard
Deprecated
POST
Set Pinboard As Homepage
Deprecated
PUT
Share Pinboard
Deprecated
PUT
Update Pin
Deprecated