Add Alert Note Using POST
Data returned is the Alert Note created in the system. Example: POST /api/alerts/{id}/notes
The indentifier of the Alert t which the Note need to be added
The Content of the note
{
"content": "string"
}
The alert note content
The Alert Note created in the system
{
"alertId": "string",
"creationTimeUTC": 0,
"extension": {
"anyObjects": [
{}
]
},
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"note": "string",
"type": "string",
"userId": "string",
"userName": "string"
}
Identifier of the associated alert
UTC time when the alert note created
Identifier of the alert note
Content of alert note
Type of the alert note
Identifier of the user who created the alert note
Name of the user who created the alert note
No Alert is found with the specified identifier
Error occurred while creating the Alert Note