![]() ![]() ![]() ![]() |
REST Action
Use this page to define properties for this REST action.
Configuration Options
Name Description Name The name of the WebLogic Diagnostic Framework (WLDF) bean.
MBean Attribute:
WLDFRESTNotificationBean.Name
Type Defines the action type.
MBean Attribute:
WLDFActionBean.Type
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
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
REST Invocation Method The REST method for invoking the end point.
MBean Attribute:
WLDFRESTNotificationBean.RestInvocationMethodType
Accepted Response Type Configures the Accept header of the HTTP request to the REST end point. The response entity of the REST invocation is ignored by the server.
MBean Attribute:
WLDFRESTNotificationBean.AcceptedResponseType
HTTP Authentication Mode The HTTP authentication mode when invoking the REST end point URL.
MBean Attribute:
WLDFRESTNotificationBean.HttpAuthenticationMode
HTTP Authentication User Name 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
![]() |