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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
{
"create-connectivity-service-input-list":[
{
"end-point":[
{
"local-id": ${aend-local-id},
"layer-protocol-name":"ODU",
"connection-end-point":[
{
"connection-end-point-uuid":${aend-cep},
"node-edge-point-uuid": ${aend-nep},
"node-uuid": ${aend-node-uuid},
"topology-uuid":"otn"
}
],
"service-interface-point":{
"service-interface-point-uuid": ${aend-cep}
},
"protection-role":"WORK"
},
{
"local-id": ${zend-local-id},
"layer-protocol-name":"ODU",
"connection-end-point":[
{
"connection-end-point-uuid":${zend-cep},
"node-edge-point-uuid": ${zend-nep},
"node-uuid": ${zend-node-uuid},
"topology-uuid":"otn"
}
],
"service-interface-point":{
"service-interface-point-uuid": ${zend-cep}
},
"protection-role":"WORK"
}
],
"layer-protocol-name":"ODU",
"connectivity-constraint":{
"service-type":"POINT_TO_POINT_CONNECTIVITY"
},
"routing-constraint":{
"route-objective-function":"MIN_WORK_ROUTE_COST"
},
"topology-constraint":[
],
"name":[
{
"value-name":"service-name",
"value": ${service-name}
}
]
}
]
}
|