[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Patch Alert Plugin
DescriptionPatch a new Notification Plugin Instance
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
Created Notification Plugin Instance
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PATCH -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