blob: feab0bc09669af6727197ecba131f5dc27959935 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"srcPort": {
"src-access-topology-id": ${prop.connection-attachment.access-topology-id},
"src-access-client-id": ${prop.connection-attachment.access-client-id},
"src-access-provider-id": ${prop.connection-attachment.access-provider-id},
"src-access-node-id": ${prop.connection-attachment.access-node-id},
"src-access-ltp-id": ${prop.connection-attachment.access-ltp-id}
},
"dstPort": {
"dst-access-topology-id": ${prop.remote.connection-attachment.access-topology-id},
"dst-access-client-id": ${prop.remote.connection-attachment.access-client-id},
"dst-access-provider-id": ${prop.remote.connection-attachment.access-provider-id},
"dst-access-node-id": ${prop.remote.connection-attachment.access-node-id},
"dst-access-ltp-id": ${prop.remote.connection-attachment.access-ltp-id}
}
}
|