Skip to content

Commit f757e14

Browse files
authored
Update nautobot-v2.yml to have status on ip addresses (#6604)
1 parent 647b59a commit f757e14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

models/examples/nautobot/nautobot-v2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,11 @@ nodes:
581581
optional: true
582582
cardinality: one
583583
kind: Attribute
584+
- name: status
585+
peer: StatusGeneric
586+
optional: true
587+
cardinality: one
588+
kind: Attribute
584589
- name: LocationType
585590
namespace: Choice
586591
description: "A type of Location"

0 commit comments

Comments
 (0)