summaryrefslogtreecommitdiffstats
path: root/appc-sequence-generator/appc-sequence-generator-bundle/src/test/resources/input/start-singleVmPerVnfc-.json
blob: b9a93cdd80372894669e1f69820465cb413fcf64 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
	"request-info": {
		"action": "Start",
		"action-level": "vm",
		"action-identifier": {
			"vserver-id": "dbgx0001v"
		},
		"payload": "ABC"
	},
	"inventory-info": {
		"vnf-info": {
			"vnf-id" : "abc",
			"vnf-name": "vSCP",
			"vnf-type": "vSCP",
			"vnf-version" : "1.0",
			"identity-url" : "test_url",
			"vm": [
					{
						"vserver-id" : "be_vserverid1",
						"vm-id" : "vm-id",
						"vnfc":
								{
									"vnfc-type": "BE",
									"vnfc-name": "BE - Name"
								}
					},
					{
						"vserver-id" : "smp_vserverid1",
						"vm-id" : "vm-id",
						"vnfc":
						{
							"vnfc-type": "SMP",
							"vnfc-name": "SMP - Name"
						}

					}
				 ]
		}
	},
	"dependency-info": {

	},
	"tunable-parameters": {

	},
	"capabilities" : {
		"vm" : ["Stop", "Start"],
		"vnfc": ["StopApplication", "StartApplication","HealthCheck"]
	}
}