Refactor get ns
[vfc/nfvo/lcm.git] / lcm / ns / serializers / sol / ns_instance.py
index b8024d5..c5ccb88 100644 (file)
@@ -681,6 +681,9 @@ class NsInstanceSerializer(serializers.Serializer):
     nsdId = serializers.CharField(
         help_text="Identifier of the NSD on which the NS instance is based.",
         required=True)
+    nsdInvariantId = serializers.CharField(
+        help_text="Identifier of the NSD in a version independent manner.",
+        required=False)
     nsdInfoId = serializers.CharField(
         help_text="Identifier of the NSD information object on which the NS instance is based.",
         required=True)