aboutsummaryrefslogtreecommitdiffstats
path: root/tests/optf-cmso/cmso/resources/assets/templates/changemanagement/OneVnfOneChangeWindowEmptyCallbackData.json.template
blob: e6e584b7d409a028ba2b02eacae096531ebb2515 (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" : "SNIRO_CM.TimeLimitAndVerticalTopology_v2_split_1",
		"vnfDetails" : [{
				"groupId" : "group",
				"node" : [
					"${node1}"
				]
			}
		]
	}
}