Create A New Coherence Socket Address
/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceAddressProviders/coherenceAddressProviders/{name}/coherenceSocketAddresses
Add a new coherence socket address to this collection.
Request
- application/json
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
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 coherence socket address model.
object
-
address(optional):
string
The IP address.
-
name(optional):
string
Read Only:
true
A unique name that identifies this Address Socket of an Address Provider.
-
port(optional):
integer(int32)
Minimum Value:
1
Maximum Value:65535
The listen port.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.