Modify This WLDF Scale Up Action
/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/scaleUpActions/{name}
Modify this WLDF scale up action.
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 the modified WLDF scale up action model.
object
-
clusterName(optional):
string
Indicates the name of the cluster to perform the scaling action on.
Constraints
- legal null
-
enabled(optional):
boolean
Default Value:
true
Specifies whether this action is enabled.
-
id(optional):
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
name(optional):
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
scalingSize(optional):
integer(int32)
Minimum Value:
1
Default Value:1
Indicates the number of instances to scale by when the action is invoked.
-
timeout(optional):
integer(int32)
Minimum Value:
0
Default Value:0
The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.