Modify This Deployment Configuration
/management/weblogic/{version}/edit/deploymentConfiguration
Modify this deployment configuration.
Request
- application/json
-
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 the modified deployment configuration model.
object-
defaultMultiVersionAppRetireTimeout(optional):
integer(int32)
Minimum Value:
0Default Value:300Specifies the default retire timeout to be used for multi version apps. The value is in seconds
-
deploymentServiceMessageRetryCount(optional):
integer(int32)
Minimum Value:
0Default Value:60The maximum number of times the Deployment Service will retry sending a message if a connection exception occurs during the during a deployment or activate changes operation.
-
deploymentServiceMessageRetryInterval(optional):
integer(int32)
Minimum Value:
0Default Value:5000The number of milliseconds between retry attempts if a connection exception occurs during the during the deployment or activate changes operation.
-
dynamicallyCreated(optional):
boolean
Read Only:
trueDefault Value:falseReturn whether the MBean was created dynamically or is persisted to config.xml
-
id(optional):
integer(int64)
Read Only:
trueReturn the unique id of this MBean instance
-
longRunningRetireThreadDumpCount(optional):
integer(int32)
Minimum Value:
0Default Value:3The maximum number of times the thread dump generation will be retried on a long running Retire operation
-
longRunningRetireThreadDumpInterval(optional):
integer(int64)
Minimum Value:
0Default Value:60000The number of milliseconds between thread dump retry on a long running Retire operation.
-
longRunningRetireThreadDumpStartTime(optional):
integer(int64)
Minimum Value:
0Default Value:1200000The number of milliseconds a thread dump generation will start for a long running Retire operation.
-
maxRetiredTasks(optional):
integer(int32)
Default Value:
20Gets the value of the maximum number of retired tasks to save information for.
-
name(optional):
string
Read Only:
trueThe user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectNameName=user-specified-nameConstraints
- legal null
-
notes(optional):
string
Optional information that you can include to describe this configuration.
WebLogic Server saves this note in the domain's configuration file (
config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
-
restageOnlyOnRedeploy(optional):
boolean
Default Value:
falseSpecifies whether applications with staging mode of STAGE are restaged only during redeploy operation. If set to true, then applications will never restage during server startup and will only be restaged on an explicit redeploy operation.
Constraints
- secure default : false
-
tags(optional):
array Items
Title:
ItemsReturn all tags on this Configuration MBean
-
type(optional):
string
Read Only:
trueReturns the type of the MBean.
Constraints
- unharvestable
-
Admin: basic
Type:
basicDescription:A user in the Admin security role.