Append To Extension Loader ( Code Source Path )
/management/weblogic/{version}/domainRuntime/deploymentManager/appendToExtensionLoader
Appends a code source to the search path of the WebLogic Extension Loader, which is also referred to as the WebLogic Domain Loader. The code source file is distributed to all targets using default options. When the operation is complete, classes and resources in the jar file will be visible for class loading at the extension loader. Since the jar is now in place on targeted servers, the classes and resources will continue to be available even after a targeted server restarts. This is an asynchronous operation that returns immediately.
Request
- application/json
-
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 the following fields:
object
Arguments
-
codeSourcePath:
string
A jar file to add to the extension loader
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
Response
- application/json
200 Response
Returns the following fields:
object
Return
-
return:
array Deployment Progress Object Reference
Title:
Deployment Progress Object Reference
Contains the deployment progress object reference.Returns the action's result.
array
Deployment Progress Object Reference
Returns the action's result.