Change Management Schedule Optimization
[integration/csit.git] / tests / optf-cmso / cmso / resources / assets / templates / changemanagement / OneVnfOneChangeWindowEmptyCallbackData.json.template
1 {
2         "domain" : "ChangeManagement",
3         "scheduleId" : "${uuid}",
4         "scheduleName" : "",
5         "userId" : "${userId}",
6         "domainData" : [{
7                         "CallbackUrl" : "${callbackUrl}",
8                         "CallbackData" : "",
9                         "WorkflowName" : "Build Software Upgrade for vNFs"
10                 }
11         ],
12         "schedulingInfo" : {
13                 "normalDurationInSeconds" : 100,
14                 "additionalDurationInSeconds" : 10,
15                 "concurrencyLimit" : 10,
16                 "policyId" : "SNIRO_CM.TimeLimitAndVerticalTopology_v2_split_1",
17                 "vnfDetails" : [{
18                                 "groupId" : "group",
19                                 "node" : [
20                                         "${node1}"
21                                 ]
22                         }
23                 ]
24         }
25 }