We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e044061 commit 228ee06Copy full SHA for 228ee06
README.rst
@@ -35,7 +35,7 @@ Get all devices:
35
36
Get devices per rack:
37
38
- >>> netbox.dcim.get_devices_per_rack('rack_name')
+ >>> netbox.dcim.get_devices(rack_id=1)
39
40
Get device by name
41
docs/examples.rst
@@ -29,7 +29,7 @@ Get all devices:
29
30
31
32
- >>> netbox.dcim.get_devices(rack_id='1')
33
34
0 commit comments