Create A New WLDF System Resource Control Runtime
post
/management/weblogic/{version}/serverRuntime/WLDFRuntime/WLDFControlRuntime/systemResourceControls
Add a new WLDF system resource control runtime to this collection.
Note: The 'descriptor' field must be a single string containing the contents of the entire descriptor file. Consider using the multi-part version of POST instead to upload the descriptor file.
Request
Supported Media Types
- application/json
Path Parameters
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
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 WLDF system resource control runtime model.
Root Schema : WLDF System Resource Control Runtime
Type:
object
Title:
Show Source
WLDF System Resource Control Runtime
-
descriptor:
string
The WLDF descriptor as a String object
-
enabled:
boolean
is the descriptor enabled
-
name:
string
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
-
type:
string
Returns the type of the MBean.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.