|
|
@@ -154,8 +154,7 @@ class IPRangeSerializer(NetBoxModelSerializer):
|
|
|
fields = [
|
|
|
'id', 'url', 'display_url', 'display', 'family', 'prefix', 'start_address', 'end_address', 'size', 'vrf',
|
|
|
'tenant', 'status', 'role', 'description', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
|
|
|
- 'mark_populated', 'mark_utilized', 'description', 'comments', 'tags', 'custom_fields', 'created',
|
|
|
- 'last_updated',
|
|
|
+ 'mark_populated', 'mark_utilized',
|
|
|
]
|
|
|
brief_fields = ('id', 'url', 'display', 'family', 'prefix', 'start_address', 'end_address', 'description')
|
|
|
|