aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/Mdsal/mdsal-array-v4iplist.json
blob: 387a5ad2d3fd083e084f72bf5760fb0d99341126 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
	"v4-ip-prefix": {
		"name": "v4-ip-prefix",
		"property": {
			"type": "string"
		},
		"sources": {
			"mdsal": {
				"type": "source-mdsal",
				"properties": {
					"url-path": "/restconf/config/L3VNF-API:services/service-list/$service-instance-id/service-data/vnf-topology-information/vnf-assignments/vnf-vms/$oam-ipv4-ip-type/vm-networks/$oam-network-role/v4-assigned-ip-list/$oam-vm-type",
					"path": "/v4-assigned-ip-list/0/v4-ip-prefix",
					"input-key-mapping": {
						"service-instance-id": "service-instance-id",
						"oam-network-role": "oam-network-role",
						"oam-ipv4-ip-type": "oam-ipv4-ip-type",
						"oam-vm-type": "oam-vm-type"
					},
					"output-key-mapping": {
						"v4-ip-prefix": "v4-ip-prefix"
					},
					"key-dependencies": [
						"service-instance-id",
						"oam-network-role",
						"oam-ipv4-ip-type",
						"oam-vm-type"
					]
				}
			}
		}
	},
	"service-instance-id": {
		"name": "service-instance-id",
		"property": {
			"type": "string"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	},
	"oam-network-role": {
		"name": "oam-network-role",
		"property": {
			"type": "string"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	},
	"oam-ipv4-ip-type": {
		"name": "oam-ipv4-ip-type",
		"property": {
			"type": "string"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	},
	"oam-vm-type": {
		"name": "oam-vm-type",
		"property": {
			"type": "string"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	}
}