summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/blueprint-core/src/test/resources/properties/default.json
blob: 9f17574e7219cfc53d5bb1f8dfd62165e73bbb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"default": { "get_input" : "loopback-default" },
	"domain": "ethernet",
	"criteria": [
		{
			"value": "attga301me1",
			"type": "complex",
			"nodeString": "layer3-service-list[].service-data.l3sdn-vnf-fields.vnf-name"
		},
		{
			"value": { "get_input" : "host-ip-address" },
			"type": "simple",
			"nodeString": "layer3-service-list[].service-data.l3sdn-vnf-fields.vnf-name"
		}
	]
}