Modify This Multicast Params
post
                    /management/weblogic/{version}/edit/JMSSystemResources/{name}/JMSResource/templates/{name}/multicast
Modify this multicast params.
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 the modified multicast params model.
Root Schema : Multicast Params
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            multicastAddress(optional): 
            string
            Default Value:
The IP address that this topic uses to transmit messages to multicast consumers.
 - 
            multicastPort(optional): 
            integer(int32)
            Minimum Value:
1Maximum Value:65535Default Value:6001The IP port that this topic uses to transmit messages to multicast consumers.
 - 
            multicastTimeToLive(optional): 
            integer(int32)
            Minimum Value:
0Maximum Value:255Default Value:1The number of routers that a message traverses en route to a consumer. A value of 1 limits the message to one subnet (which prevents it from traversing any routers).
This value is independent of the JMSExpirationTime value.
 - 
            templateBean(optional): 
            array  Template Reference
            
            Title:
Template ReferenceRead Only:trueContains the template reference.Finds the template bean for this destination.
 
Nested Schema : Template Reference
    
      
      Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    Template ReferenceRead Only: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    trueContains the template reference. 
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Finds the template bean for this destination.
Security
                - 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.