blob: 542e19e216533f3bb406a439b88d6980794120ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"domain" : "ChangeManagement",
"scheduleId" : "${uuid}",
"userId" : "${userId}",
"domainData" : [{
"CallbackUrl" : "${callbackUrl}",
"CallbackData" : "${callbackData}",
"WorkflowName" : "${workflow}"
}
],
"schedulingInfo" : {
"normalDurationInSeconds" : 100,
"additionalDurationInSeconds" : 10,
"vnfDetails" : [{
"groupId" : "group",
"node" : [
"${node1}",
"${node2}",
"${node3}"
]
}
]
}
}
|