SO changes for Service Intent
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / ServiceIntentTest / create-cll-payload.json
1 {
2   "name": "cloud-leased-line-101",
3   "modelInvariantUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
4   "modelUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
5   "globalSubscriberId": "IBNCustomer",
6   "subscriptionServiceType": "IBN",
7   "serviceType": "CLL",
8   "additionalProperties": {
9     "enableSdnc": "false",
10     "serviceInstanceID": "cll-101",
11     "transportNetworks": [
12             {
13                 "id": "cll-101-network-001",
14                 "sla": {
15                     "latency": 2,
16                     "maxBandwidth": 3000
17                 },
18                 "connectionLinks": [
19                     {
20                         "name": "cll-link-1",
21                         "transportEndpointA": "tranportEp_UNI_ID_311_1",
22                         "transportEndpointB": "tranportEp_ROOT_ID_512_1"
23                     }
24                 ]
25             }
26     ]
27   }
28 }
29