summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json
blob: 335a6875986717223d884433a6e82844c0dafa42 (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": "dummy301me1",
			"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"
		}
	]
}