Get Exceptions
/management/weblogic/{version}/domainRuntime/deploymentManager/deploymentProgressObjects/{name}/getExceptions
If the current deployment operation has failed, this method may return zero or more exception(s) which represent the errors for this target. The array will not contain WLS exception classes; instead they will be new RuntimeExceptions containing the stack traces and messages from the original WLS Exceptions.
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 the following fields:
object
Arguments
-
target:
string
the target where exceptions might have occurred.
-
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 Items
Title:
Items
Returns the action's result.
array
Items
Returns the action's result.
-
Array of:
object Throwable
Represents errors and exceptions.
object
Represents errors and exceptions.
-
cause:
object Throwable
Represents errors and exceptions.
-
message:
string
This property contains the reason why the error or exception was thrown.
-
state:
string