blob: 3611adaf3bee08e980e809a39ce8a9b6d0c30645 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"serviceInstanceID": "cll-101",
"name": "cloud-leased-line-101",
"modelInvariantUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
"modelUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
"globalSubscriberId": "IBNCustomer",
"subscriptionServiceType": "IBN",
"serviceType": "CLL",
"additionalProperties": {
"enableSdnc": "false",
"transportNetworks": [
{
"id": "cll-101-network-001",
"sla": {
"latency": 2,
"maxBandwidth": 8000
},
"connectionLinks": [
{
"name": "cll-link-1",
"transportEndpointA": "tranportEp_UNI_ID_311_1",
"transportEndpointB": "tranportEp_ROOT_ID_512_1"
}
]
}
]
}
}
|