From 9c705e99a4e6142f90f4af788e3b61b6925e54ff Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Wed, 23 Apr 2025 22:42:02 +0200 Subject: [PATCH 1/2] perf: update supported object types list Signed-off-by: Michal Fiedorowicz --- README.md | 98 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 83 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c181a55..50e9eb4 100644 --- a/README.md +++ b/README.md @@ -77,21 +77,89 @@ if __name__ == "__main__": ## Supported entities (object types) -* [Device](./docs/entities.md#device) -* [Interface](./docs/entities.md#interface) -* [Device Type](./docs/entities.md#device-type) -* [Platform](./docs/entities.md#platform) -* [Manufacturer](./docs/entities.md#manufacturer) -* [Site](./docs/entities.md#site) -* [Role](./docs/entities.md#role) -* [IP Address](./docs/entities.md#ip-address) -* [Prefix](./docs/entities.md#prefix) -* [Cluster Group](./docs/entities.md#cluster-group) -* [Cluster Type](./docs/entities.md#cluster-type) -* [Cluster](./docs/entities.md#cluster) -* [Virtual Machine](./docs/entities.md#virtual-machine) -* [Virtual Disk](./docs/entities.md#virtual-disk) -* [VM Interface](./docs/entities.md#vm-interface) +* ASN +* ASN Range +* Aggregate +* Circuit +* Circuit Group +* Circuit Group Assignment +* Circuit Termination +* Circuit Type +* Cluster +* Cluster Group +* Cluster Type +* Console Port +* Console Server Port +* Contact +* Contact Assignment +* Contact Group +* Contact Role +* Device +* Device Bay +* Device Role +* Device Type +* FHRP Group +* FHRP Group Assignment +* Front Port +* IKE Policy +* IKE Proposal +* IP Address +* IP Range +* IP Sec Policy +* IP Sec Profile +* IP Sec Proposal +* Interface +* Inventory Item +* Inventory Item Role +* L2VPN +* L2VPN Termination +* Location +* MAC Address +* Manufacturer +* Module +* Module Bay +* Module Type +* Platform +* Power Feed +* Power Outlet +* Power Panel +* Power Port +* Prefix +* Provider +* Provider Account +* Provider Network +* RIR +* Rack +* Rack Type +* Rear Port +* Region +* Role +* Route Target +* Service +* Site +* Site Group +* Tag +* Tenant +* Tenant Group +* Tunnel +* Tunnel Group +* Tunnel Termination +* VLAN +* VLAN Group +* VLAN Translation Policy +* VLAN Translation Rule +* VM Interface +* VRF +* Virtual Chassis +* Virtual Circuit +* Virtual Circuit Termination +* Virtual Circuit Type +* Virtual Device Context +* Virtual Disk +* Virtual Machine +* Wireless Lan +* Wireless Lan Group +* Wireless Link ## Development notes From ccce82553bf6546f8bd73cd28a82165ad5aa0bd9 Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Wed, 23 Apr 2025 22:46:00 +0200 Subject: [PATCH 2/2] docs: add Rack Role to supported object types list in README Signed-off-by: Michal Fiedorowicz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50e9eb4..10119ce 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ if __name__ == "__main__": * Provider Network * RIR * Rack +* Rack Role * Rack Type * Rear Port * Region