Condense unneeded data on Modern UI tests
[vid.git] / vid-webpack-master / cypress / support / jsonBuilders / mocks / jsons / basicNetworkModel.json
1 {
2   "service": {
3     "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450",
4     "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
5     "name": "action-data",
6     "version": "1.0",
7     "toscaModelURL": null,
8     "category": "",
9     "serviceType": "",
10     "serviceRole": "",
11     "description": "",
12     "serviceEcompNaming": "false",
13     "instantiationType": "A-La-Carte",
14     "inputs": {
15       "2017488_adiodvpe0_ASN": {
16         "type": "string",
17         "description": "AV/PE",
18         "entry_schema": null,
19         "inputProperties": null,
20         "constraints": [],
21         "required": true,
22         "default": "AV_vPE"
23       }
24     }
25   },
26   "vnfs": {},
27   "networks": {
28     "ExtVL 0": {
29       "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
30       "invariantUuid": "379f816b-a7aa-422f-be30-17114ff50b7c",
31       "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
32       "name": "ExtVL",
33       "version": "37.0",
34       "customizationUuid": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
35       "inputs": {},
36       "commands": {},
37       "properties": {
38         "min_instances": 1,
39         "max_instances": 10,
40         "network_assignments": "{is_external_network=false, ipv4_subnet_default_assignment={min_subnets_count=1}, ecomp_generated_network_assignment=false, ipv6_subnet_default_assignment={min_subnets_count=1}}",
41         "exVL_naming": "{ecomp_generated_naming=true}",
42         "network_flows": "{is_network_policy=false, is_bound_to_vpn=false}",
43         "network_homing": "{ecomp_selected_instance_node_target=false}"
44       },
45       "type": "VL",
46       "modelCustomizationName": "ExtVL 0"
47     }
48   },
49   "collectionResource": {},
50   "configurations": {},
51   "fabricConfigurations": {},
52   "serviceProxies": {},
53   "vfModules": {},
54   "volumeGroups": {},
55   "pnfs": {}
56 }