From fbcbe273b8f77a3804aa091a5e6a416db4b2c597 Mon Sep 17 00:00:00 2001 From: Jason Novinger Date: Thu, 10 Apr 2025 10:51:43 -0500 Subject: [PATCH] Update docs to reflect change of Service.parent in v4.3 --- docs/models/ipam/service.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/models/ipam/service.md b/docs/models/ipam/service.md index 316828b61..0d5f12a17 100644 --- a/docs/models/ipam/service.md +++ b/docs/models/ipam/service.md @@ -6,6 +6,15 @@ To aid in the efficient creation of services, users may opt to first create a [s ## Fields +### Parent + +The parent object to which the service is assigned. This must be one of [Device](../dcim/device.md), +[VirtualMachine](../virtualization/virtualmachine.md), or [FHRP Group](./fhrpgroup.md). + +!!! note "Changed in NetBox v4.3" + + Previously, `parent` was a property that pointed to either a Device or Virtual Machine. With the capability to assign services to FHRP groups, this is a unified in a concrete field. + ### Name A service or protocol name.