aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-12-31 14:39:37 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-12-31 15:18:05 +0100
commit6186343141001f23ef0ee5e2cea1e208570bdaa7 (patch)
treedbc0b1a4a1d87d30c3005ea61dba9106d7bd82a2 /README.md
parentce5e75d820d958d792b38763e2948faf82ecbf5a (diff)
downloadpython-phpipam-6186343141001f23ef0ee5e2cea1e208570bdaa7.tar.gz
subnet/address controllers
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a13115c..985068d 100644
--- a/README.md
+++ b/README.md
@@ -35,12 +35,16 @@ If an error is encountered, an exception is raised.
* `search(search=<query>)` search for subnet by CIDR
* `getIP(subnet_id=<subnet id>, ip=<ip>)` get address object from subnet by IP
+* `getAddresses(subnet_id=<subnet id>)` get all addresses in subnet
### addresses
* `getByIP(subnet_id=<subnet id>, ip=<ip>)`
+* `getByTag(tag_id=<tag id>)`
* `search(ip=<ip>)`
* `getFirstFree(subnet_id=<subnet id>)`
+* `getTags()`
+* `getTag(tag_id=<tag id>)`
* `createFirstFree(subnet_id=<subnet id>)`
### vlan