Update candidate list with capacity attributes and version update
[optf/has.git] / conductor / conductor / tests / unit / data / plugins / inventory_provider / dcae_response.json
1 {
2         "sliceConfigDetails": [{
3                 "sliceIdentifier": "cdad9f49-4201-4e3a-aac1-b0f27902c299",
4                 "aggregatedConfig": {
5                         "dLThptPerSlice":27,
6                         "uLThptPerSlice":30,
7                         "maxNumberOfConns":300
8                 }
9         },
10         {
11                 "sliceIdentifier": "e316f4b2-01fa-479a-8522-64fe9c0c2971",
12                 "aggregatedConfig": {
13                         "dLThptPerSlice":40,
14                         "uLThptPerSlice":25,
15                         "maxNumberOfConns":400
16                 }
17         }]
18
19
20 }