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