From 6186343141001f23ef0ee5e2cea1e208570bdaa7 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 31 Dec 2020 14:39:37 +0100 Subject: subnet/address controllers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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=)` search for subnet by CIDR * `getIP(subnet_id=, ip=)` get address object from subnet by IP +* `getAddresses(subnet_id=)` get all addresses in subnet ### addresses * `getByIP(subnet_id=, ip=)` +* `getByTag(tag_id=)` * `search(ip=)` * `getFirstFree(subnet_id=)` +* `getTags()` +* `getTag(tag_id=)` * `createFirstFree(subnet_id=)` ### vlan -- cgit v1.2.3