/test/recordedtestdata

Mount Point: /apiv1/test/recordedtestdata

GET

Retrieve recorded data.

To enable or disable recording, see /apiv1/executiongroups/{egName}

To inject previously recorded data see /apiv1/test

Parameters

name description type default
egUuid server from which to retrieve recorded test data (only one of egUuid, egName required) query
egName server from which to retrieve recorded test data (only one of egUuid, egName required) query
applicationUuid filter recorded test data using application UUID query
applicationName filter recorded test data using application name query
messageFlowUuid filter recorded test data using messsage flow UUID query
messageFlowName filter recorded test data using message flow name query
sourceNodeName filter recorded test data using source node name query
sourceNodeType filter recorded test data using source node type query
sourceTerminalName filter recorded test data using source terminal name query
targetNodeName filter recorded test data using target node name query
targetNodeType filter recorded test data using target node type query
targetTerminalName filter recorded test data using target terminal name query
timestamp filter recorded test data using timestamp query
sequenceNumber filter recorded test data using sequence number (the order in which connections were traversed) query
invokedCount filter recorded test data using invoked count (the number of times a connection was traversed) query
threadId filter recorded test data using thread Id query
isDynamicPropagate filter recorded test data using dynamic propagation (whether propagation occurred without a connection) valid values are TRUE or FALSE query

Response Body

element: test

(no documentation provided)

PUT

Perform an action on recorded test data, currently supported actions are "clear, count"

Parameters

name description type default
egName execution group containing the recorded test data query
egUuid execution group containing the recorded test data query
applicationName the application for which to clear recorded test data query
libraryName the library for which to clear recorded test data query
messageFlowName the message flow for which to clear recorded test data query
action Action to perform on flow: "clear, count" query

Response Body

element: (custom)

"HTTP success no content" (204) or exception