Create A New WLDFJMS Notification
post
                    /management/weblogic/{version}/edit/WLDFSystemResources/{name}/WLDFResource/watchNotification/JMSNotifications
Add a new WLDFJMS notification to this collection.
Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
Header Parameters
                - 
                        X-Requested-By: 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 a populated WLDFJMS notification model.
Root Schema : WLDFJMS Notification
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            connectionFactoryJNDIName(optional): 
            string
            Default Value:
weblogic.jms.ConnectionFactoryThe 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(optional): 
            string
            
The JNDI name of the JMS destination.
Constraints
- legal null
 
 - 
            enabled(optional): 
            boolean
            Default Value:
trueSpecifies whether this action is enabled.
 - 
            id(optional): 
            integer(int64)
            Read Only:
trueReturn the unique id of this bean instance.
 - 
            name(optional): 
            string
            Read Only:
trueThe name of the WebLogic Diagnostic Framework (WLDF) bean.
 - 
            timeout(optional): 
            integer(int32)
            Minimum Value:
0Default Value:0The 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:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.