aboutsummaryrefslogtreecommitdiffstats
path: root/tests/optf-cmso/cmso/resources/assets/templates/FailureCasesChangeManagement/OneVnfOneChangeWindowEmptyScheduleID.json.template
blob: 2733b076a7a4044945dcd2c317dff0a938b7d311 (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
26
27
28
29
30
{
	"domain" : "ChangeManagement",
	"scheduleId" : "",
	"scheduleName" : "${uuid}",
	"userId" : "${userId}",
	"domainData" : [{
			"CallbackUrl" : "${callbackUrl}",
			"CallbackData" : "${callbackData}",
			"WorkflowName" : "Replace"
		}
	],
	"schedulingInfo" : {
		"normalDurationInSeconds" : 100,
		"additionalDurationInSeconds" : 10,
		"concurrencyLimit" : 10,
		"policyId" : "SNIRO.TimeLimitAndVerticalTopology",
		"vnfDetails" : [{
				"groupId" : "",
				"node" : [
					"ZRDM1MMSC04${testid}"
				],
				"changeWindow" : [{
						"startTime" : "${start_time1}",
						"endTime" : "${end_time1}"
					}
				]
			}
		]
	}
}