Change Management Schedule Optimization
[integration/csit.git] / tests / optf-cmso / cmso / resources / assets / templates / changemanagement / OneVnfOneChangeWindowEmptyCallbackURL.json.template
1 {
2         "domain" : "ChangeManagement",
3         "scheduleId" : "${uuid}",
4         "scheduleName" : "${uuid}",
5         "userId" : "${userId}",
6         "domainData" : [{
7                         "CallbackUrl" : "",
8                         "CallbackData" : "${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                                 "changeWindow" : [{
23                                                 "startTime" : "${start_time1}",
24                                                 "endTime" : "${end_time1}"
25                                         }
26                                 ]
27                         }
28                 ]
29         }
30 }