Create A New WLDFREST Notification
/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/RESTNotifications
Add a new WLDFREST notification to this collection.
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 a populated WLDFREST notification model.
object-
acceptedResponseType(optional):
string
Default Value:
application/jsonAllowed 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(optional):
object Properties
Title:
PropertiesAdditional Properties Allowed: additionalPropertiesAllows customizing the JSON object delivered to the REST end point.
-
enabled(optional):
boolean
Default Value:
trueSpecifies whether this action is enabled.
-
endpointURL(optional):
string
The REST end point URL which will be invoked with the action payload.
-
httpAuthenticationMode(optional):
string
Default Value:
NoneAllowed Values:[ "None", "Basic" ]The HTTP authentication mode when invoking the REST end point URL.
-
httpAuthenticationPassword(optional):
string(password)
The HTTP authentication password when the REST end point is secured.
-
httpAuthenticationUserName(optional):
string
The HTTP authentication user name when the REST end point is secured.
-
id(optional):
integer(int64)
Read Only:
trueReturn the unique id of this bean instance.
-
name(optional):
string
Read Only:
trueThe name of the WebLogic Diagnostic Framework (WLDF) bean.
-
restInvocationMethodType(optional):
string
Default Value:
PUTAllowed Values:[ "PUT", "POST" ]The REST method for invoking the end point.
-
timeout(optional):
integer(int32)
Minimum Value:
0Default Value:0The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.
objectPropertiesAllows customizing the JSON object delivered to the REST end point.
-
Admin: basic
Type:
basicDescription:A user in the Admin security role. -
Deployer: basic
Type:
basicDescription:A user in the Deployer security role.