X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=ebcf94e000d89b433839eb75c94f5e7d281aaf1e;hp=9cfd9a657f0324b00b6453f895a5a6f02cd2558e;hb=50c8e6ea78990816eb34e748e765c7b334657c5a;hpb=12eac3c4ea2f1c35f746543922b6d8e02e25f480 diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 9cfd9a6..ebcf94e 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -377,6 +377,7 @@ ns_action = { # TODO for the moment it is only contemplated the vnfd primitive "vdu_count_index": integer0_schema, "kdu_name": name_schema, "primitive": name_schema, + "timeout_ns_action": integer1_schema, "primitive_params": {"type": "object"}, }, "required": ["primitive", "primitive_params"], # TODO add member_vnf_index @@ -390,6 +391,7 @@ ns_scale = { # TODO for the moment it is only VDU-scaling "lcmOperationType": string_schema, "nsInstanceId": id_schema, "scaleType": {"enum": ["SCALE_VNF"]}, + "timeout_ns_scale": integer1_schema, "scaleVnfData": { "type": "object", "properties": {