Update test cases for VF-C LCM to CSIT
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / update_ns.json
1 {
2     "updateType": "OPERATE_VNF",
3     "OperateVnfData": [{
4         "vnfInstanceId": "test_vnf_001",
5         "changeStateTo": {"OperationalStates": "STOPPED"},
6         "stopType": "GRACEFUL",
7         "gracefulStopTimeout": "2020-01-01"
8     }]
9 }