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:
objectArguments-
target:
string
the target where exceptions might have occurred.
-
Admin: basic
Type:
basicDescription:A user in the Admin security role. -
Deployer: basic
Type:
basicDescription:A user in the Deployer security role.
Response
- application/json
200 Response
Returns the following fields:
objectReturn-
return:
array Items
Title:
ItemsReturns the action's result.
arrayItemsReturns the action's result.
-
Array of:
object Throwable
Represents errors and exceptions.
objectRepresents 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