@@ -738,12 +738,12 @@ class DeviceWithConfigContextSerializer(DeviceSerializer):
738
738
class Meta (DeviceSerializer .Meta ):
739
739
fields = [
740
740
'id' , 'url' , 'display' , 'name' , 'device_type' , 'role' , 'device_role' , 'tenant' , 'platform' , 'serial' ,
741
- 'asset_tag' , 'site' , 'location' , 'rack' , 'position' , 'face' , 'parent_device ' , 'status ' , 'airflow ' ,
742
- 'primary_ip' , 'primary_ip4' , 'primary_ip6' , 'oob_ip' , 'cluster' , 'virtual_chassis' , 'vc_position ' ,
743
- 'vc_priority ' , 'description ' , 'comments ' , 'local_context_data ' , 'tags' , 'custom_fields ' , 'config_context' ,
744
- 'config_template ' , 'created ' , 'last_updated ' , 'console_port_count ' , 'console_server_port_count ' ,
745
- 'power_port_count ' , 'power_outlet_count ' , 'interface_count ' , 'front_port_count' , 'rear_port_count ' ,
746
- 'device_bay_count' , 'module_bay_count' , 'inventory_item_count' ,
741
+ 'asset_tag' , 'site' , 'location' , 'rack' , 'position' , 'face' , 'latitude ' , 'longitude ' , 'parent_device ' ,
742
+ 'status' , 'airflow' , ' primary_ip' , 'primary_ip4' , 'primary_ip6' , 'oob_ip' , 'cluster' , 'virtual_chassis' ,
743
+ 'vc_position ' , 'vc_priority ' , 'description ' , 'comments ' , 'config_template ' , 'config_context' ,
744
+ 'local_context_data ' , 'tags ' , 'custom_fields ' , 'created ' , 'last_updated' , 'console_port_count ' ,
745
+ 'console_server_port_count ' , 'power_port_count ' , 'power_outlet_count ' , 'interface_count ' ,
746
+ 'front_port_count' , 'rear_port_count' , ' device_bay_count' , 'module_bay_count' , 'inventory_item_count' ,
747
747
]
748
748
749
749
@extend_schema_field (serializers .JSONField (allow_null = True ))
0 commit comments