firewall-orchestrator icon indicating copy to clipboard operation
firewall-orchestrator copied to clipboard

importer - read custom fields

Open tpurschke opened this issue 4 years ago • 1 comments

  • [x] CPR8x
  • [ ] FortiManager (see https://docs.fortinet.com/document/fortimanager/7.4.1/administration-guide/611929/meta-fields) payload =
{
   "method": "get",
   "params": [
      {
          "url": "...policy,
          "option": [
              "extra info",  // creator, creation time, ... 
               "scope member", // vdom  (targets)
               "get meta"
          ]
       }
   ] 
}

Output: (srcaddr level) element["meta fields"]['custom field name'] Limits: per meta field max 255 bytes, limit for all meta fields unknown, comment field: 1023,

  • [ ] add these fields to reports
  • [ ] parse metadata from custom fields

tpurschke avatar Jun 08 '21 10:06 tpurschke

might be needed soon - also for fortiManager

tpurschke avatar May 05 '22 15:05 tpurschke