POST to /api/firewall/alias/addItemData: {"name": "IPLIST_Spamhaus_DROPv6", "type": "urltable", "content": ["https://www.spamhaus.org/drop/dropv6.txt"]}
updatefreq refenence: https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.xmlupdatefreq_days reference: https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/views/OPNsense/Firewall/alias.voltCombined string: {"name": "N", "type": "urltable", "content": ["U"], "updatefreq": "7d"}Default int: (not defined if days or hours?) {"name": "N", "type": "urltable", "content": ["U"], "updatefreq": 7}Days string: {"name": "N", "type": "urltable", "content": ["U"], "updatefreq_days": "7"}Days int: {"name": "N", "type": "urltable", "content": ["U"], "updatefreq_days": 7}Nested string: {"name": "N", "type": "urltable", "content": ["U"], "updatefreq": {"updatefreq_days": "7"}}Nested int: {"name": "N", "type": "urltable", "content": ["U"], "updatefreq": {"updatefreq_days": 7}}Note: 'N' and 'U' are replacements to simplify the examples
{"alias":{"enabled":"1","name":"SPAMHOUSE_DROP","type":"urltable","proto":"","updatefreq":"0.5","content":"https://www.spamhaus.org/drop/drop.txt","interface":"","counters":"0","description":"SPAMHOUSE_DROP"},"network_content":""}