| Id | {{row.ruleInfo.rule.id}} | Last Run | {{row.ruleInfo.rule.last_runTimestamp ? (row.ruleInfo.rule.last_runTimestamp * 1000 | date: 'short') : '-'}} |
| Name | {{row.ruleInfo.rule.name}} | Next Run | {{row.ruleInfo.rule.next_runTimestamp * 1000 | date: 'short'}} |
| Persistent | {{row.ruleInfo.rule.persistent}} | Script | {{row.ruleInfo.rule.script}} |
| Status | {{row.ruleInfo.rule.status}} | Variables | {{row.ruleInfo.rule.vars}} |
| Schedule | {{row.ruleInfo.ruleDetails.schedule}} | Priority | {{row.ruleInfo.rule.priority}} |
| Validate SSL | {{row.ruleInfo.rule.sslString}} |