mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Changelog for #8157
This commit is contained in:
parent
4d3278cb52
commit
78a3dfc5d9
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
#### PoE Interface Attributes ([#1099](https://github.com/netbox-community/netbox/issues/1099))
|
#### PoE Interface Attributes ([#1099](https://github.com/netbox-community/netbox/issues/1099))
|
||||||
|
|
||||||
|
#### L2VPN Modeling ([#8157](https://github.com/netbox-community/netbox/issues/8157))
|
||||||
|
|
||||||
#### Restrict API Tokens by Client IP ([#8233](https://github.com/netbox-community/netbox/issues/8233))
|
#### Restrict API Tokens by Client IP ([#8233](https://github.com/netbox-community/netbox/issues/8233))
|
||||||
|
|
||||||
#### Reference User in Permission Constraints ([#9074](https://github.com/netbox-community/netbox/issues/9074))
|
#### Reference User in Permission Constraints ([#9074](https://github.com/netbox-community/netbox/issues/9074))
|
||||||
@ -52,6 +54,9 @@
|
|||||||
|
|
||||||
### REST API Changes
|
### REST API Changes
|
||||||
|
|
||||||
|
* Added the following endpoints:
|
||||||
|
* `/api/ipam/l2vpns/`
|
||||||
|
* `/api/ipam/l2vpn-terminations/`
|
||||||
* circuits.Circuit
|
* circuits.Circuit
|
||||||
* Added optional `termination_date` field
|
* Added optional `termination_date` field
|
||||||
* circuits.CircuitTermination
|
* circuits.CircuitTermination
|
||||||
@ -62,6 +67,7 @@
|
|||||||
* The `u_height` field has been changed from an integer to a decimal
|
* The `u_height` field has been changed from an integer to a decimal
|
||||||
* dcim.Interface
|
* dcim.Interface
|
||||||
* Added the optional `poe_mode` and `poe_type` fields
|
* Added the optional `poe_mode` and `poe_type` fields
|
||||||
|
* Added the `l2vpn_termination` read-only field
|
||||||
* dcim.Location
|
* dcim.Location
|
||||||
* Added required `status` field (default value: `active`)
|
* Added required `status` field (default value: `active`)
|
||||||
* dcim.Rack
|
* dcim.Rack
|
||||||
@ -73,15 +79,18 @@
|
|||||||
* ipam.IPAddress
|
* ipam.IPAddress
|
||||||
* The `nat_inside` field no longer requires a unique value
|
* The `nat_inside` field no longer requires a unique value
|
||||||
* The `nat_outside` field has changed from a single IP address instance to a list of multiple IP addresses
|
* The `nat_outside` field has changed from a single IP address instance to a list of multiple IP addresses
|
||||||
|
* ipam.VLAN
|
||||||
|
* Added the `l2vpn_termination` read-only field
|
||||||
* users.Token
|
* users.Token
|
||||||
* Added the `allowed_ips` array field
|
* Added the `allowed_ips` array field
|
||||||
* Added the read-only `last_used` datetime field
|
* Added the read-only `last_used` datetime field
|
||||||
* virtualization.Cluster
|
* virtualization.Cluster
|
||||||
* Added required `status` field (default value: `active`)
|
* Added required `status` field (default value: `active`)
|
||||||
* virtualization.VirtualMachine
|
* virtualization.VirtualMachine
|
||||||
* Added `device` field
|
|
||||||
* The `site` field is now directly writable (rather than being inferred from the assigned cluster)
|
* The `site` field is now directly writable (rather than being inferred from the assigned cluster)
|
||||||
* The `cluster` field is now optional. A virtual machine must have a site and/or cluster assigned.
|
* The `cluster` field is now optional. A virtual machine must have a site and/or cluster assigned.
|
||||||
|
* Added the `device` field
|
||||||
|
* Added the `l2vpn_termination` read-only field
|
||||||
wireless.WirelessLAN
|
wireless.WirelessLAN
|
||||||
* Added `tenant` field
|
* Added `tenant` field
|
||||||
wireless.WirelessLink
|
wireless.WirelessLink
|
||||||
|
Loading…
Reference in New Issue
Block a user