aboutsummaryrefslogtreecommitdiffstats
path: root/components/core/src/test/resources/properties/default.json
blob: ec416dc95963cc42ee39f2177d5de6b9b057a0ea (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"
		}
	]
}