Create A New Coherence Init Param
post
/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceClusterParams/coherenceIdentityAsserter/coherenceInitParams
Add a new coherence init param to this collection.
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 a populated coherence init param model.
Root Schema : Coherence Init Param
Type:
Show Source
object
-
name:
string
Read Only:
true
A unique name that identifies this initialization parameter.
-
paramType:
string
Default Value:
string
Allowed Values:[ "string", "java.lang.String", "boolean", "java.lang.Boolean", "int", "java.lang.Integer", "long", "java.lang.Long", "double", "java.lang.Double", "decimal", "java.math.BigDecimal", "file", "java.io.File", "date", "java.sql.Date", "time", "java.sql.Time", "datetime", "java.sql.Timestamp" ]
The parameter type.
-
paramValue:
string
Default Value:
The parameter value.
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.