pfSense API v1.0.0
jaredhendrickson13
released this
29 Sep 22:33
·
2368 commits
to master
since this release
pfSense API v1.0.0
Initial production ready release. Some key changes from beta releases are:
Added
- Documentation tool embedded within API page of pfSense webConfigurator
- System tunable API endpoints
- System table API endpoints
- Static route API endpoints
- Status log API endpoints
- DHCP configuration API endpoints
- DHCP static mapping API endpoints
- API query engine
Changed
- PUT and DELETE requests are now supported
- API framework improvements to improve speed and security
- Endpoint URLs have changed to reflect a more traditional REST style
- Endpoint URLs no longer require trailing slash
- Parameters have been simplified to better match pfSense's XML configuration
- Improved validation