Id | Status | Server | Method | Path | Query | ||
---|---|---|---|---|---|---|---|
${v.properties.id} | ${v.properties.status} | ${v.properties.host} | ${v.properties.httpMethod} | <#if v.properties.path?length gte 50>${v.properties.path?substring(0,50)} | <#else>${v.properties.path} | #if> <#if v.properties.queryString?length gte 50>${v.properties.queryString?substring(0,50)} | <#else>${v.properties.queryString} | #if>