Modify This Multicast Params
post
/management/weblogic/{version}/edit/JMSSystemResources/{name}/JMSResource/uniformDistributedTopics/{name}/multicast
Modify this multicast params.
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 multicast params model.
Root Schema : Multicast Params
Type:
Show Source
object
-
multicastAddress:
string
Default Value:
The IP address that this topic uses to transmit messages to multicast consumers.
-
multicastPort:
integer(int32)
Minimum Value:
1
Maximum Value:65535
Default Value:6001
The IP port that this topic uses to transmit messages to multicast consumers.
-
multicastTimeToLive:
integer(int32)
Minimum Value:
0
Maximum Value:255
Default Value:1
The 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:
array Template Reference
Title:
Template Reference
Read Only:true
Contains the template reference.Finds the template bean for this destination.
Nested Schema : Template Reference
Type:
array
Title:
Template Reference
Read Only:
true
Contains the template reference.
Show Source
Finds the template bean for this destination.
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.