Current Transactions

post

/management/weblogic/{version}/serverRuntime/JTARuntime/currentTransactions

Returns an array of TransactionVBean objects that represent all transactions being processed on the server.

Request

Path Parameters
Header Parameters
  • 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'.
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

Supported Media Types

200 Response

Returns the following fields:

Body ()
Root Schema : Return
Type: object
Title: Return
Show Source
Nested Schema : Items
Type: array
Title: Items

Returns the action's result.

Show Source
Nested Schema : Transaction V
Type: object
Show Source
Nested Schema : Properties
Type: object
Title: Properties
Read Only: true
Additional Properties Allowed
Show Source

The user-defined global properties associated with the transaction.

Nested Schema : Properties
Type: object
Title: Properties
Read Only: true
Additional Properties Allowed
Show Source

The user-defined local properties associated with the transaction.

Nested Schema : Items
Type: array
Title: Items
Read Only: true

The collection of participating resources.

Show Source
Nested Schema : Items
Type: array
Title: Items
Read Only: true

The collection of participating servers.

Show Source
Nested Schema : Transaction Resource V
Type: object
Show Source
  • Read Only: true

    Returns the assigned server, or null if unassigned.

  • Read Only: true

    Returns the name of the resource.

  • Read Only: true

    Returns the resource status. The set of resource status values is as follows:

    • new

    • committed

    • rolledback

    • suspended

Nested Schema : Transaction Server V
Type: object
Show Source
  • Read Only: true

    Returns the server name. The server name is qualified with the server's domain name.

  • Read Only: true

    Returns the server's status. The set of server transaction status values are as follows:

    • active

    • pre-preparing

    • pre-prepared

    • preparing

    • prepared

    • committing

    • committed

    • rolling-back

    • rolledback

    • unknown

Back to Top