Create A New WLDFREST Notification
/management/weblogic/{version}/edit/servers/{name}/serverDiagnosticConfig/WLDFBuiltinSystemResourceDescriptorBean/watchNotification/RESTNotifications
Add a new WLDFREST notification to this collection.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): 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 a populated WLDFREST notification model.
object
-
acceptedResponseType:
string
Default Value:
application/json
Allowed Values:[ "application/json", "text/plain", "text/xml", "text/html" ]
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.
-
customNotificationProperties:
object Properties
Title:
Properties
Additional Properties Allowed: additionalPropertiesAllows customizing the JSON object delivered to the REST end point.
-
enabled:
boolean
Default Value:
true
Specifies whether this action is enabled.
-
endpointURL:
string
The REST end point URL which will be invoked with the action payload.
-
httpAuthenticationMode:
string
Default Value:
None
Allowed Values:[ "None", "Basic" ]
The HTTP authentication mode when invoking the REST end point URL.
-
httpAuthenticationPassword:
string(password)
The HTTP authentication password when the REST end point is secured.
-
httpAuthenticationUserName:
string
The HTTP authentication user name when the REST end point is secured.
-
id:
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
name:
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
restInvocationMethodType:
string
Default Value:
PUT
Allowed Values:[ "PUT", "POST" ]
The REST method for invoking the end point.
-
timeout:
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.
object
Properties
Allows customizing the JSON object delivered to the REST end point.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.