SO changes for Service Intent
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / ServiceIntentTest / modify-cll-payload.json
1 {
2   "serviceInstanceID": "cll-101",
3   "name": "cloud-leased-line-101",
4   "modelInvariantUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
5   "modelUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
6   "globalSubscriberId": "IBNCustomer",
7   "subscriptionServiceType": "IBN",
8   "serviceType": "CLL",
9   "additionalProperties": {
10     "enableSdnc": "false",
11     "transportNetworks": [
12             {
13                 "id": "cll-101-network-001",
14                 "sla": {
15                     "latency": 2,
16                     "maxBandwidth": 8000
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