Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create an Action: REST

Configuration Options     

Use this page to create a new REST action.

Configuration Options

Name Description
Action Name

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

MBean Attribute:
WLDFRESTNotificationBean.Name

Timeout (in seconds)

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.

MBean Attribute:
WLDFActionBean.Timeout

Minimum value: 0

Enable Action

Specifies whether this action is enabled.

MBean Attribute:
WLDFRESTNotificationBean.Enabled

Endpoint URL

The REST end point URL which will be invoked with the action payload.

MBean Attribute:
WLDFRESTNotificationBean.EndpointURL

Invocation Method Type

The REST method for invoking the end point.

MBean Attribute:
WLDFRESTNotificationBean.RestInvocationMethodType

HTTP Authentication Mode

The HTTP authentication mode when invoking the REST end point URL.

MBean Attribute:
WLDFRESTNotificationBean.HttpAuthenticationMode

HTTP Authentication Username

The HTTP authentication user name when the REST end point is secured.

MBean Attribute:
WLDFRESTNotificationBean.HttpAuthenticationUserName

HTTP Authentication Password

The HTTP authentication password when the REST end point is secured.

MBean Attribute:
WLDFRESTNotificationBean.HttpAuthenticationPassword

Changes take effect after you redeploy the module or restart the server.

Custom Notification Properties

Allows customizing the JSON object delivered to the REST end point.

MBean Attribute:
WLDFRESTNotificationBean.CustomNotificationProperties


Back to Top