summaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/assets/templates/changemanagement/OneVnfOneChangeWindowEmptyCallbackData.json.template
blob: f1fe686b2020b6e55cfbc46ea42e48316bc7863b (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
25
{
	"domain" : "ChangeManagement",
	"scheduleId" : "${uuid}",
	"scheduleName" : "",
	"userId" : "${userId}",
	"domainData" : [{
			"CallbackUrl" : "${callbackUrl}",
			"CallbackData" : "",
			"WorkflowName" : "Build Software Upgrade for vNFs"
		}
	],
	"schedulingInfo" : {
		"normalDurationInSeconds" : 100,
		"additionalDurationInSeconds" : 10,
		"concurrencyLimit" : 10,
		"policyId" : "dummy-policy-id",
		"vnfDetails" : [{
				"groupId" : "group",
				"node" : [
					"${node1}"
				]
			}
		]
	}
}