GetDebugSessionResult

data class GetDebugSessionResult(val count: Int, val createTime: String, val filter: String, val name: String, val timeout: String, val tracesize: Int, val validity: Int)

Constructors

Link copied to clipboard
fun GetDebugSessionResult(count: Int, createTime: String, filter: String, name: String, timeout: String, tracesize: Int, validity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Optional. The number of request to be traced. Min = 1, Max = 15, Default = 10.

Link copied to clipboard

The first transaction creation timestamp, recorded by UAP.

Link copied to clipboard

Optional. A conditional statement which is evaluated against the request message to determine if it should be traced. Syntax matches that of on API Proxy bundle flow Condition.

Link copied to clipboard

A unique ID for this DebugSession.

Link copied to clipboard

Optional. The time in seconds after which this DebugSession should end. This value will override the value in query param, if both are provided.

Link copied to clipboard

Optional. The maximum number of bytes captured from the response payload. Min = 0, Max = 5120, Default = 5120.

Link copied to clipboard

Optional. The length of time, in seconds, that this debug session is valid, starting from when it's received in the control plane. Min = 1, Max = 15, Default = 10.