[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Update Alert Plugin
DescriptionBefore updating a notification plugin, the plugin should be disabled. During the update process
if there are any untrusted certificates returned by the server the patchAlertPlugin call should be made.
Once the update is successfully completed, use 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
200 OK
Returns
NotificationPlugin
of type(s) application/json, application/xml
The updated Notification Plugin Instance
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PUT -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 (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations