Get Outbound Success Req Total Count
post
/management/weblogic/{version}/serverRuntime/WTCRuntime/WTCStatisticsRuntimeMBean/getOutboundSuccessReqTotalCount
Returns the total number of outbound non-conversational, non-CORBA requests successfully handled by specific imported service. If specified service is exported, the return value should be 0.
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 the following fields:
Root Schema : Arguments
Type:
object
Title:
Show Source
Arguments
-
lDomAccessPointId:
string
The local access point ID.
-
rDomAccessPointIdList:
string
The remote access point ID list.
-
svcName:
string
The service name.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
Response
Supported Media Types
- application/json
200 Response
Returns the following fields:
Root Schema : Return
Type:
object
Title:
Show Source
Return
-
return:
integer(int64)
Returns the action's result.