Exit Call Properties

This table describes the properties of the exit call object for each detected exit call type.

A dash (–) in a table cell indicates that the property is present in a discovered exit call but its format is unspecified. This allows you to set your own values when you create custom exit calls.

N/A indicates that the property is not used with that exit call type. Discovered exit calls may have additional properties not documented here.

PropertyHTTPMySQLPostgresMongoDBMemcachedRedis
backendName "HTTP" "MySQL" "PostgresSQL" "MongoDB" "Memcached" "Redis"
label StringStringStringStringStringString
method StringN/AN/AN/AN/AN/A
requestHeaders ObjectN/AN/AN/AN/AN/A
responseHeaders ObjectN/AN/AN/AN/AN/A
statusCode IntegerN/AN/AN/AN/AN/A
category "read"|"write" N/AN/A "read"|"write" N/AN/A
user N/AStringStringN/AN/AN/A
command String (URL)*SQL query executedSQL query executedN/AN/AN/A
commandArgs N/ASQL query positional parametersSQL query positional parametersN/AN/AN/A
isSqlN/A true true false N/AN/A
stackTrace ------------
exitType "EXIT_HTTP" "EXIT_DB" "EXIT_DB" "EXIT_DB" "EXIT_CACHE" "EXIT_CACHE"
identifyingProperties See Backend Identifying Properties and TimePromise.prototype.startExitCall(exitCallInfo).

* host, port and path; does not include query string.