summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/data/plugins/inventory_provider/dcae_response.json
blob: 4a8ea7172f49dfa4b8fd21c10fcf8fe027c2f80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"sliceConfigDetails": [{
	 	"sliceIdentifier": "cdad9f49-4201-4e3a-aac1-b0f27902c299",
		"aggregatedConfig": {
			"dLThptPerSlice":27,
			"uLThptPerSlice":30,
			"maxNumberOfConns":300
		}
	},
	{
		"sliceIdentifier": "e316f4b2-01fa-479a-8522-64fe9c0c2971",
		"aggregatedConfig": {
			"dLThptPerSlice":40,
			"uLThptPerSlice":25,
			"maxNumberOfConns":400
		}
	}]


}