[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Add Alert Note
DescriptionData returned is the Alert Note created in the system.
Example: POST /api/alerts/{id}/notes
Request
URLURL
https://localhost/suite-api/api/alerts/{id}/notes
Path Parameters
Path Parameters
string
id
Required
The indentifier of the Alert t which the Note need to be added
Request Body
Request Body
alert-note-content
of type(s) application/json, application/xml
Optional
The Content of the note
Authentication
This operation uses the following authentication methods.
Errors
404
No Alert is found with the specified identifier
500
Error occurred while creating the Alert Note
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"content":"string"}' https://localhost/suite-api/api/alerts/{id}/notes
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
On This Page
Alerts Operations
post
delete
delete
delete
get
get
get
get
get
post
post
post
post