ndejong / pfsense_fauxapi

REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops
Apache License 2.0
354 stars 61 forks source link

API manage Alias IP #29

Closed alebeta90 closed 6 years ago

alebeta90 commented 6 years ago

Hello all,

There is a possibility to manage IP Alias, with this API? I saw the option with URL Alias.

thanks

ndejong commented 6 years ago

Yes, updating alias tables is a common use case for FauxAPI usage

ndejong commented 6 years ago

There is some example code that demonstrates this here:- https://github.com/ndejong/pfsense_fauxapi/blob/master/extras/examples/update-aws-aliases.py