Create A New WLDF Scale Down Action

post

/management/weblogic/{version}/edit/WLDFSystemResources/{name}/WLDFResource/watchNotification/scaleDownActions

Add a new WLDF scale down action to this collection.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain a populated WLDF scale down action model.

Root Schema : WLDF Scale Down Action
Type: object
Show Source
  • Indicates the name of the cluster to perform the scaling action on.

    Constraints

    • legal null
  • Default Value: true

    Specifies whether this action is enabled.

  • Read Only: true

    Return the unique id of this bean instance.

  • Read Only: true

    The name of the WebLogic Diagnostic Framework (WLDF) bean.

  • Minimum Value: 1
    Default Value: 1

    Indicates the number of instances to scale by when the action is invoked.

  • 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.

Security
Back to Top

Response

201 Response

Back to Top