<#assign i = 0> <#list values as v> <#if i % 2 = 0> <#else> <#if v.properties.path?length gte 50> <#else> <#if v.properties.queryString?length gte 50> <#else> <#assign i = i+1>
Id Status Server Method Path Query
${v.properties.id} ${v.properties.status} ${v.properties.host} ${v.properties.httpMethod}${v.properties.path?substring(0,50)}${v.properties.path} ${v.properties.queryString?substring(0,50)}${v.properties.queryString}