Change Management Schedule Optimization
[integration/csit.git] / tests / optf-cmso / cmso / resources / assets / templates / MutipleVNFImmediateFailureCases / MultipleVnfImmediateEmptyAdditionalDuration.json.template
1 {
2         "domain" : "ChangeManagement",
3         "scheduleId" : "${uuid}",
4         "scheduleName" : "",
5         "userId" : "${userId}",
6         "domainData" : [{
7                         "CallbackUrl" : "${callbackUrl}",
8                         "CallbackData" : "${callbackData}",
9                         "WorkflowName" : "Replace"
10                 }
11         ],
12         "schedulingInfo" : {
13                 "vnfDetails" : [{
14                                 "groupId" : "",
15                                 "node" : [
16                                         "VNFName1${testid}",
17                                         "VNFName2${testid}",
18                                         "VNFName3${testid}"
19                                 ]
20                         }
21                 ]
22         }
23 }