Modify This WLDFJMS Notification
post
/management/weblogic/{version}/edit/servers/{name}/serverDiagnosticConfig/WLDFBuiltinSystemResourceDescriptorBean/watchNotification/JMSNotifications/{name}
Modify this WLDFJMS notification.
Request
Supported Media Types
- application/json
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the modified WLDFJMS notification model.
Root Schema : WLDFJMS Notification
Type:
Show Source
object
-
connectionFactoryJNDIName:
string
Default Value:
weblogic.jms.ConnectionFactory
The JNDI name of the JMS connection factory. If a name has not been specified, the default JMS connection factory is used.
Constraints
- legal null
-
destinationJNDIName:
string
The JNDI name of the JMS destination.
Constraints
- legal null
-
enabled:
boolean
Default Value:
true
Specifies whether this action is enabled.
-
id:
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
name:
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
timeout:
integer(int32)
Minimum Value:
0
Default Value:0
The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.