Change Management Schedule Optimization
[integration/csit.git] / tests / optf-cmso / cmso / resources / assets / templates / changemanagement / OneGroupMultipleVNSsTwoChangeWindows.json.template
1 {
2         "domain" : "ChangeManagement",
3         "scheduleId" : "${uuid}",
4         "scheduleName" : "${uuid}",
5         "userId" : "${userId}",
6         "domainData" : [{
7                         "CallbackUrl" : "${callbackUrl}",
8                         "CallbackData" : "${callbackData}",
9                         "WorkflowName" : "${workflow}"
10                 }
11         ],
12         "schedulingInfo" : {
13                 "normalDurationInSeconds" : 100,
14                 "additionalDurationInSeconds" : 10,
15                 "concurrencyLimit" : 10,
16                 "policyId" : "SNIRO_CM.TimeLimitAndVerticalTopology_pserver",
17                 "vnfDetails" : [{
18                                 "groupId" : "Group1",
19                                 "node" : [
20                                         "${node1}",
21                                         "${node2}",
22                                         "${node3}",
23                                         "${node4}"
24                                 ],
25                                 "changeWindow" : [{
26                                                 "startTime" : "${start_time1}",
27                                                 "endTime" : "${end_time1}"
28                                         },{
29                                                 "startTime" : "${start_time2}",
30                                                 "endTime" : "${end_time2}"
31                                         }
32                                 ]
33                         }
34                 ]
35         }
36 }
37