Resource: DebugSession
JSON representation |
---|
{ "name": string, "validity": integer, "count": integer, "tracesize": integer, "filter": string, "timeout": string, "createTime": string } |
Fields | |
---|---|
name |
A unique ID for this DebugSession. |
validity |
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. |
count |
Optional. The number of request to be traced. Min = 1, Max = 15, Default = 10. |
tracesize |
Optional. The maximum number of bytes captured from the response payload. Min = 0, Max = 5120, Default = 5120. |
filter |
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. |
timeout |
Optional. The time in seconds after which this |
create |
Output only. The first transaction creation timestamp, recorded by UAP. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates a debug session for a deployed API Proxy revision. |
|
Deletes the data from a debug session. |
|
Retrieves a debug session. |
|
Lists debug sessions that are currently active in the given API Proxy revision. |