[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Create Alert Plugin
DescriptionIf the Notification plugin is a standard email plugin, then any untrusted certificates from the secure SMTP server
is returned as part of the response, the api client should invoke a PATCH call to store these certificates.
By default the notification plugin is in disabled state after being created.
Use the modifyAlertPluginState
API to enable the plugin.
Request
URLURL
https://localhost/suite-api/api/alertplugins
Request Body
Request Body
notification-plugin
of type(s) application/json, application/xml
Required
The NotificationPlugin to create, including plugin type and configuration details
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
NotificationPlugin
of type(s) application/json, application/xml
Created Notification Plugin Instance
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"certificates":[{"certificateDetails":"string","expires":"string","issuedBy":"string","issuedTo":"string","thumbprint":"string"}],"configValues":[{"name":"string","value":"string"}],"description":"string","enabled":false,"name":"string","pluginId":"string","pluginTypeId":"string","version":0}' https://localhost/suite-api/api/alertplugins
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Alert Plugins Operations
post
delete
patch
post