We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3994754 + c5b1a61 commit d808393Copy full SHA for d808393
netbox_cmdb/netbox_cmdb/api/snmp/serializers.py
@@ -17,7 +17,7 @@ class SNMPCommunityReadSerializer(ModelSerializer):
17
18
class Meta:
19
model = SNMPCommunity
20
- fields = ["community", "type"]
+ fields = ["name", "community", "type"]
21
22
23
class SNMPReadSerializer(ModelSerializer):
0 commit comments