Skip to content

Commit 9c705e9

Browse files
committed
perf: update supported object types list
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 5390507 commit 9c705e9

File tree

1 file changed

+83
-15
lines changed

1 file changed

+83
-15
lines changed

README.md

+83-15
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,89 @@ if __name__ == "__main__":
7777

7878
## Supported entities (object types)
7979

80-
* [Device](./docs/entities.md#device)
81-
* [Interface](./docs/entities.md#interface)
82-
* [Device Type](./docs/entities.md#device-type)
83-
* [Platform](./docs/entities.md#platform)
84-
* [Manufacturer](./docs/entities.md#manufacturer)
85-
* [Site](./docs/entities.md#site)
86-
* [Role](./docs/entities.md#role)
87-
* [IP Address](./docs/entities.md#ip-address)
88-
* [Prefix](./docs/entities.md#prefix)
89-
* [Cluster Group](./docs/entities.md#cluster-group)
90-
* [Cluster Type](./docs/entities.md#cluster-type)
91-
* [Cluster](./docs/entities.md#cluster)
92-
* [Virtual Machine](./docs/entities.md#virtual-machine)
93-
* [Virtual Disk](./docs/entities.md#virtual-disk)
94-
* [VM Interface](./docs/entities.md#vm-interface)
80+
* ASN
81+
* ASN Range
82+
* Aggregate
83+
* Circuit
84+
* Circuit Group
85+
* Circuit Group Assignment
86+
* Circuit Termination
87+
* Circuit Type
88+
* Cluster
89+
* Cluster Group
90+
* Cluster Type
91+
* Console Port
92+
* Console Server Port
93+
* Contact
94+
* Contact Assignment
95+
* Contact Group
96+
* Contact Role
97+
* Device
98+
* Device Bay
99+
* Device Role
100+
* Device Type
101+
* FHRP Group
102+
* FHRP Group Assignment
103+
* Front Port
104+
* IKE Policy
105+
* IKE Proposal
106+
* IP Address
107+
* IP Range
108+
* IP Sec Policy
109+
* IP Sec Profile
110+
* IP Sec Proposal
111+
* Interface
112+
* Inventory Item
113+
* Inventory Item Role
114+
* L2VPN
115+
* L2VPN Termination
116+
* Location
117+
* MAC Address
118+
* Manufacturer
119+
* Module
120+
* Module Bay
121+
* Module Type
122+
* Platform
123+
* Power Feed
124+
* Power Outlet
125+
* Power Panel
126+
* Power Port
127+
* Prefix
128+
* Provider
129+
* Provider Account
130+
* Provider Network
131+
* RIR
132+
* Rack
133+
* Rack Type
134+
* Rear Port
135+
* Region
136+
* Role
137+
* Route Target
138+
* Service
139+
* Site
140+
* Site Group
141+
* Tag
142+
* Tenant
143+
* Tenant Group
144+
* Tunnel
145+
* Tunnel Group
146+
* Tunnel Termination
147+
* VLAN
148+
* VLAN Group
149+
* VLAN Translation Policy
150+
* VLAN Translation Rule
151+
* VM Interface
152+
* VRF
153+
* Virtual Chassis
154+
* Virtual Circuit
155+
* Virtual Circuit Termination
156+
* Virtual Circuit Type
157+
* Virtual Device Context
158+
* Virtual Disk
159+
* Virtual Machine
160+
* Wireless Lan
161+
* Wireless Lan Group
162+
* Wireless Link
95163

96164
## Development notes
97165

0 commit comments

Comments
 (0)