Patch Alert Plugin Using PATCH
Patch a new Notification Plugin Instance
The NotificationPlugin to create, including plugin type and configuration details
Show optional properties
{
"name": "string"
}
{
"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
}
Any set of untrusted certificates returned by the adapter source
The description for the configuration
A read-only property whose value is set by the system
The name for the configuration
The Plugin Id, cannot be null during update operations
The plugin type identifier
A read-only version identifier. This value will be returned after getting an existing configuration. And the correct value is necessary to update an existing configuration.
Created Notification Plugin Instance
{
"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
}
Any set of untrusted certificates returned by the adapter source
The description for the configuration
A read-only property whose value is set by the system
The name for the configuration
The Plugin Id, cannot be null during update operations
The plugin type identifier
A read-only version identifier. This value will be returned after getting an existing configuration. And the correct value is necessary to update an existing configuration.