mac address available in IPAddressInterfaceSerializer #1854

Closed
opened 2025-12-29 17:19:49 +01:00 by adam · 1 comment
Owner

Originally created by @jagter on GitHub (Jul 19, 2018).

Issue type

[x] Feature request
[ ] Bug report
[ ] Documentation
[ ] Housekeeping

Environment

  • Python version: 3
  • NetBox version: v2.3.5

Description

It would be nice to have the mac address in the IP address interface section. With this change the mac IP combination direct available.

93ce0ce670/netbox/ipam/api/serializers.py (L278)

Originally created by @jagter on GitHub (Jul 19, 2018). ### Issue type [x] Feature request [ ] Bug report [ ] Documentation [ ] Housekeeping ### Environment * Python version: 3 * NetBox version: v2.3.5 ### Description It would be nice to have the mac address in the IP address interface section. With this change the mac IP combination direct available. https://github.com/digitalocean/netbox/blob/93ce0ce67098f6341c1907caf41d6e40512c6e6e/netbox/ipam/api/serializers.py#L278
adam closed this issue 2025-12-29 17:19:49 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jul 20, 2018):

Nested serializers return only enough information to reference the child object. This is consistent through the entire API.

@jeremystretch commented on GitHub (Jul 20, 2018): Nested serializers return only enough information to reference the child object. This is consistent through the entire API.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1854