{"info":{"_postman_id":"179113a7-4347-4884-9394-146f8c6827a9","name":"21.11 Latency optimization workflow","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1589959","collectionId":"179113a7-4347-4884-9394-146f8c6827a9","publishedId":"UVR7L8wa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-14T19:10:27.000Z"},"item":[{"name":"Initial Authentication - Get Token","event":[{"listen":"test","script":{"exec":["var jsonBody = JSON.parse(responseBody);","postman.setGlobalVariable(\"token\", jsonBody.access_token);","postman.setGlobalVariable(\"refreshToken\", jsonBody.refresh_token);"],"type":"text/javascript","id":"378c475a-a0c1-42a5-935c-83c432b70cfd"}}],"id":"04804d9b-e653-48a6-865e-7700a198ae1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic U0FNcWE6NTYyMFNhbSE="}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\"\n}"},"url":"https://{{server}}/rest-gateway/rest/api/v1/auth/token","description":"<p>Request a token from the REST Gateway for the provided user</p>\n","urlObject":{"protocol":"https","path":["rest-gateway","rest","api","v1","auth","token"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04804d9b-e653-48a6-865e-7700a198ae1b"},{"name":"Step1: Get nodeID from the network","event":[{"listen":"test","script":{"exec":["// var jsonBody = JSON.parse(responseBody);","//postman.setEnvironmentVariable(\"node_ip\", jsonBody.response.data.network[0].node[6].teNodeAugment.te.teNodeId.dottedQuad.string);","//postman.setEnvironmentVariable(\"nodeID\", jsonBody.response.data.network[0].node[6].nodeId);","","pm.test(\"find SR3\", function () {","    var jsonData = pm.response.json();","","      for(var i=0;i<jsonData.response.data.network[0].node.length;i++){","","          var nodeIP = jsonData.response.data.network[0].node[i].teNodeAugment.te.teNodeId.dottedQuad.string","          if (nodeIP == \"10.10.10.3\") {","                 console.log(nodeIP);","                 postman.setEnvironmentVariable(\"nodeID\", jsonData.response.data.network[0].node[i].nodeId);","                 postman.setEnvironmentVariable(\"node_ip\", jsonData.response.data.network[0].node[i].teNodeAugment.te.teNodeId.dottedQuad.string);","","           }","","    ","    ","    }","});","",""],"type":"text/javascript","id":"9ba0a629-35c3-4084-8a40-5177502fd4ad"}}],"id":"3019db8a-03ea-4aa5-835a-a482eeb06b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://{{server}}:8543/sdn/api/v4/ietf/te/networks","urlObject":{"protocol":"https","port":"8543","path":["sdn","api","v4","ietf","te","networks"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"688ed8cd-2c6d-49cc-8859-da4aa1dd2505","name":"Get TE networks - response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://{{server}}:8543/sdn/api/v4/ietf/te/networks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Dec 2021 19:08:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, max-age=0, must-revalidate"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://139.178.91.154:* https://139.178.91.155:*; connect-src 'self' wss://139.178.91.154:* wss://139.178.91.155:* https://139.178.91.154:* https://139.178.91.155:*; default-src 'self' data: https://139.178.91.154:* https://139.178.91.155:* 'unsafe-inline'"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"status\": 0,\n        \"startRow\": 0,\n        \"endRow\": 0,\n        \"totalRows\": 1,\n        \"data\": {\n            \"teTopologiesAugment\": null,\n            \"network\": [\n                {\n                    \"networkId\": \"82-eb4eebaf-93de-4e20-81f0-89daea4d5671\",\n                    \"serverProvided\": true,\n                    \"teTopologyAugment\": {\n                        \"te\": {\n                            \"providerId\": {\n                                \"uint32\": 0\n                            },\n                            \"clientId\": null,\n                            \"teTopologyId\": {\n                                \"string\": \"82-eb4eebaf-93de-4e20-81f0-89daea4d5671\"\n                            },\n                            \"config\": null,\n                            \"state\": {\n                                \"teTopologyConfig\": {\n                                    \"schedules\": null,\n                                    \"preference\": 3,\n                                    \"optimizationCriterion\": {}\n                                }\n                            }\n                        }\n                    },\n                    \"networkTypes\": {\n                        \"teTopologyType\": {\n                            \"teTopology\": {}\n                        }\n                    },\n                    \"supportingNetwork\": null,\n                    \"node\": [\n                        {\n                            \"nodeId\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.5\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"200-0f94a10c-0a11-404e-b600-5e9af473d3bf\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.5.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"724-22c65ea3-93b0-44e9-8283-be9fe95d8fed\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.5.8.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"286-758371cf-5965-4b37-8e67-1394ccea1120\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.5.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"742-897d086c-47f6-4690-bfbc-28caa8b222ee\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.5.8.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"190-f219ab65-3f3e-4664-b2e4-7972921ee0e2\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.2.5.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.48\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"506-3eb7b3ad-24ca-4a8d-89ab-0d26732e3969\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.8.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"496-2f091520-5bdb-41f0-9467-634268ece0aa\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.8.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"486-4ae18323-44f8-4f73-a7cc-0ead392b0c1b\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.2.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"542-ffb867bc-0b84-4d70-915b-346b6ffdfb23\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.10.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.10\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"163-d697ad8e-3160-4e54-8ddc-9ce371fc5f76\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.10.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"532-4dbeba05-3b3f-4ffd-9522-7aba09e796dc\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.10.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"564-80b38a14-7160-4077-9853-3a893912b52e\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.8.10.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.2\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"514-07353dba-2df9-42c6-9ef7-a3a35ef40a61\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.2.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"146-cbf68590-d6c8-40c3-a28f-204b837f6842\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.2.5.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"627-4f342ab6-aa8c-4d3a-b62e-69ec627322c9\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.2.4.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.4\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"271-d3092393-7547-45e1-a61a-4534edd41711\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.7.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"637-24469cd1-a0a4-4e1c-a062-791ef07b71b0\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.5.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"173-2a50e167-925d-48c9-aae8-677e8f41e9e0\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.7.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"581-e9e91893-d074-4d72-b63a-f893661622e0\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.1.4.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"249-637fbc74-c10e-43e7-a702-ce146f879e6e\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.4.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"591-70d20a35-49e6-456b-abf2-6ca50ea5438d\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.2.4.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"601-150f56c8-0ec3-468b-ab63-9e45cd594b92\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.4.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"260-f19ebe67-129a-4419-ada0-71e119f92f68\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.5.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"465-c0706b1d-f74d-4216-8444-35067ef48f29\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.9\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"815-af64c0b9-71fd-4ac5-bdc0-4fcad1c20958\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.9.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"709-c35016af-6dc2-436b-8eb3-8c5fa60010cd\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.6.9.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.3\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"210-1915da4b-501f-494a-9b62-d971711705be\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.6.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"98-dd1ac10e-4b2e-4c36-9d5d-a6ddb6e3b013\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.6.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"668-d0910be1-52fd-48e3-9435-d1b5a6dbd367\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.1.3.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"609-bce89449-1ec5-47fb-9488-4b6e7bc06357\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.4.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"329-2c46b38a-c26e-42e6-afa3-994049187114\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.4.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.7\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"220-42813686-88c2-4b72-99e6-3b40a8892a4e\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.7.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"230-0443ffd1-0c78-4310-ad93-a5a31a4428b7\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.10.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"426-4b7f97ea-23dd-4534-8bce-df1419eb0832\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.8.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"769-468e6e95-8f54-47b7-b220-ae8782f227a6\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.8.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"683-e423eac6-0a63-4c18-8379-c805134801f1\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.6.7.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"346-f653a70e-d59b-40dc-80f1-4adc1d4cd890\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.4.7.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"354-00f0d5b0-825a-4087-b715-2976d58e8efd\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.6.7.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"805-e17b7012-64ee-42d9-a64f-6cae4e33c701\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.9.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.6\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"302-f52e78b8-9623-43af-9e19-62547265621b\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.6.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"312-507074de-fa13-4339-82a6-595ad3dd0a11\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.6.7.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"691-524177e9-ce18-4381-b38d-ac238d2f1d0d\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.6.7.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"699-0d3d98ca-dfab-4cea-abd0-b188acb2b276\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.6.9.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"650-2f96472f-dd50-423e-a6e1-32aa6103e747\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.3.6.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.8\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"379-d3ac8335-7cfe-46dc-ac33-dd39700d2f03\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.5.8.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"734-7d1d796a-ebe4-46d9-a4e9-6a63f17a54ef\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.5.8.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"399-e1739308-090e-4044-957c-035b0ab47bef\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.8.10.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"524-e54e0d5f-bc12-491c-96c6-a2b8c3fc99c6\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.8.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"389-32582f06-f8cc-4002-9c26-c3a6059bb6ec\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.8.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"409-5c2cb163-eaac-448f-b034-dfa2a8bfffaa\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.48.8.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"777-a971bcc7-0bee-434e-a7b4-b90360d818a9\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.7.8.2\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"nodeId\": \"109-0fe3f5ac-24c0-4f39-a287-d7ad1519395d\",\n                            \"teNodeAugment\": {\n                                \"te\": {\n                                    \"teNodeId\": {\n                                        \"dottedQuad\": {\n                                            \"string\": \"10.10.10.1\"\n                                        }\n                                    },\n                                    \"config\": null,\n                                    \"state\": {\n                                        \"teNodeConfig\": null,\n                                        \"teNodeStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isMultiAccessDr\": null,\n                                            \"informationSourceEntry\": null\n                                        }\n                                    },\n                                    \"tunnelTerminationPoint\": null\n                                }\n                            },\n                            \"supportingNode\": null,\n                            \"terminationPoint\": [\n                                {\n                                    \"tpId\": \"617-516320b8-dee4-4f9c-a20e-8e094ba73f1f\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.1.4.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                },\n                                {\n                                    \"tpId\": \"658-883b1a8d-df85-446f-a479-fe2bdfef849a\",\n                                    \"teTerminationPointAugment\": {\n                                        \"te\": {\n                                            \"teTpId\": {\n                                                \"uint32\": null,\n                                                \"ipAddress\": {\n                                                    \"ipv6Address\": null,\n                                                    \"ipv4Address\": {\n                                                        \"string\": \"10.1.3.1\"\n                                                    }\n                                                }\n                                            },\n                                            \"config\": null,\n                                            \"state\": {\n                                                \"teTerminationPointConfig\": {\n                                                    \"schedules\": null,\n                                                    \"interfaceSwitchingCapabilityList\": {\n                                                        \"interfaceSwitchingCapability\": {\n                                                            \"SwitchingPsc1\": {\n                                                                \"timeDivisionMultiplexCapable\": null,\n                                                                \"maxLspBandwidth\": null,\n                                                                \"switchingCapability\": {},\n                                                                \"encoding\": null\n                                                            }\n                                                        }\n                                                    },\n                                                    \"interLayerLockId\": null\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"supportingTerminationPoint\": null\n                                }\n                            ]\n                        }\n                    ],\n                    \"link\": [\n                        {\n                            \"linkId\": \"514-37a3b306-3d92-40d1-80a4-58a2f052c3bf\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0002::0100.1001.0048=>10.48.2.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 0,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": -1000\n                                                        },\n                                                        \"teDefaultMetric\": 100,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                                \"sourceTp\": \"514-07353dba-2df9-42c6-9ef7-a3a35ef40a61\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"destTp\": \"486-4ae18323-44f8-4f73-a7cc-0ead392b0c1b\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"777-28c022a5-f940-404c-bda2-2d08d6a16a6a\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0007=>10.7.8.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"777-a971bcc7-0bee-434e-a7b4-b90360d818a9\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"426-4b7f97ea-23dd-4534-8bce-df1419eb0832\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"98-9f9f53ee-2fbb-44a6-8357-28a1c2910cfc\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0003::0100.1001.0006=>10.3.6.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"sourceTp\": \"98-dd1ac10e-4b2e-4c36-9d5d-a6ddb6e3b013\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"destTp\": \"302-f52e78b8-9623-43af-9e19-62547265621b\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"815-b02804ca-c030-490e-92b0-1a687dd31eb4\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0009::0100.1001.0007=>10.7.9.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"465-c0706b1d-f74d-4216-8444-35067ef48f29\",\n                                \"sourceTp\": \"815-af64c0b9-71fd-4ac5-bdc0-4fcad1c20958\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"805-e17b7012-64ee-42d9-a64f-6cae4e33c701\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"190-87177f62-2d30-43bf-9a4b-85cf2a3161d3\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0005::0100.1001.0002=>10.2.5.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"sourceTp\": \"190-f219ab65-3f3e-4664-b2e4-7972921ee0e2\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                                \"destTp\": \"146-cbf68590-d6c8-40c3-a28f-204b837f6842\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"200-226555c2-f3ec-4b62-97ef-2520e6e3deb7\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0005::0100.1001.0004=>10.4.5.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"sourceTp\": \"200-0f94a10c-0a11-404e-b600-5e9af473d3bf\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"637-24469cd1-a0a4-4e1c-a062-791ef07b71b0\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"524-a829d3f8-e0c8-4af0-b0a5-1f9d94a70916\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0048=>10.48.8.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 0,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 0\n                                                        },\n                                                        \"teDefaultMetric\": 100,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"524-e54e0d5f-bc12-491c-96c6-a2b8c3fc99c6\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"destTp\": \"506-3eb7b3ad-24ca-4a8d-89ab-0d26732e3969\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"769-8a2859bf-5a07-4ba2-83fd-65f52783311a\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0008=>10.7.8.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"769-468e6e95-8f54-47b7-b220-ae8782f227a6\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"389-32582f06-f8cc-4002-9c26-c3a6059bb6ec\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"249-5a90f8ee-30e7-4d7a-8d3c-6ed3010eca92\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0003=>10.3.4.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"249-637fbc74-c10e-43e7-a702-ce146f879e6e\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"destTp\": \"329-2c46b38a-c26e-42e6-afa3-994049187114\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"220-1f7dd96f-a86b-4be3-a2ed-eb64843e59c2\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0004=>10.4.7.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"220-42813686-88c2-4b72-99e6-3b40a8892a4e\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"173-2a50e167-925d-48c9-aae8-677e8f41e9e0\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"742-8fee2ec7-a610-41a4-ac99-2676260e27e7\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0005::0100.1001.0008=>10.5.8.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"sourceTp\": \"742-897d086c-47f6-4690-bfbc-28caa8b222ee\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"734-7d1d796a-ebe4-46d9-a4e9-6a63f17a54ef\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"163-43fb75de-7be0-40a0-a813-540180f32ccd\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0010::0100.1001.0007=>10.7.10.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                                \"sourceTp\": \"163-d697ad8e-3160-4e54-8ddc-9ce371fc5f76\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"230-0443ffd1-0c78-4310-ad93-a5a31a4428b7\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"805-d5c278f6-2cc5-425d-950e-0d60f93b5e14\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0009=>10.7.9.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"805-e17b7012-64ee-42d9-a64f-6cae4e33c701\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"465-c0706b1d-f74d-4216-8444-35067ef48f29\",\n                                \"destTp\": \"815-af64c0b9-71fd-4ac5-bdc0-4fcad1c20958\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"601-75bb6a32-b889-4fa8-8f1c-fd0c9365854e\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0003=>10.3.4.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"601-150f56c8-0ec3-468b-ab63-9e45cd594b92\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"destTp\": \"609-bce89449-1ec5-47fb-9488-4b6e7bc06357\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"312-71abf33f-47df-4980-b97b-72c9714d033b\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0006::0100.1001.0007=>10.6.7.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"sourceTp\": \"312-507074de-fa13-4339-82a6-595ad3dd0a11\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"354-00f0d5b0-825a-4087-b715-2976d58e8efd\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"699-38abcfb1-f614-4a04-a5a5-79a34c4bcf07\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0006::0100.1001.0009=>10.6.9.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"sourceTp\": \"699-0d3d98ca-dfab-4cea-abd0-b188acb2b276\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"465-c0706b1d-f74d-4216-8444-35067ef48f29\",\n                                \"destTp\": \"709-c35016af-6dc2-436b-8eb3-8c5fa60010cd\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"668-d039c260-b252-4a20-bd8a-7cd72ab2f998\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0003::0100.1001.0001=>10.1.3.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"sourceTp\": \"668-d0910be1-52fd-48e3-9435-d1b5a6dbd367\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"109-0fe3f5ac-24c0-4f39-a287-d7ad1519395d\",\n                                \"destTp\": \"658-883b1a8d-df85-446f-a479-fe2bdfef849a\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"709-65511774-29c5-43a5-a352-01d12da33ab3\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0009::0100.1001.0006=>10.6.9.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"465-c0706b1d-f74d-4216-8444-35067ef48f29\",\n                                \"sourceTp\": \"709-c35016af-6dc2-436b-8eb3-8c5fa60010cd\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"destTp\": \"699-0d3d98ca-dfab-4cea-abd0-b188acb2b276\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"532-ab6f78ba-050d-4e84-b525-8daa0278bb0f\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0010::0100.1001.0048=>10.48.10.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 0,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 0\n                                                        },\n                                                        \"teDefaultMetric\": 100,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                                \"sourceTp\": \"532-4dbeba05-3b3f-4ffd-9522-7aba09e796dc\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"destTp\": \"542-ffb867bc-0b84-4d70-915b-346b6ffdfb23\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"617-1358f0da-ac8c-4cc6-800e-79955b5cd375\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0001::0100.1001.0004=>10.1.4.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"109-0fe3f5ac-24c0-4f39-a287-d7ad1519395d\",\n                                \"sourceTp\": \"617-516320b8-dee4-4f9c-a20e-8e094ba73f1f\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"581-e9e91893-d074-4d72-b63a-f893661622e0\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"210-f8e46876-17da-4022-beaf-494d3cd59b10\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0003::0100.1001.0006=>10.3.6.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"sourceTp\": \"210-1915da4b-501f-494a-9b62-d971711705be\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"destTp\": \"650-2f96472f-dd50-423e-a6e1-32aa6103e747\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"486-f5e304ed-c353-41be-af95-2d2c4f458bab\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0048::0100.1001.0002=>10.48.2.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"down\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"down\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"sourceTp\": \"486-4ae18323-44f8-4f73-a7cc-0ead392b0c1b\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                                \"destTp\": \"514-07353dba-2df9-42c6-9ef7-a3a35ef40a61\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"173-f1695623-31c4-4b65-af68-4f6200d233a0\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0007=>10.4.7.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 3000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"173-2a50e167-925d-48c9-aae8-677e8f41e9e0\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"220-42813686-88c2-4b72-99e6-3b40a8892a4e\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"650-2991c73d-f463-4e52-b457-109750d648a9\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0006::0100.1001.0003=>10.3.6.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"sourceTp\": \"650-2f96472f-dd50-423e-a6e1-32aa6103e747\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"destTp\": \"210-1915da4b-501f-494a-9b62-d971711705be\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"724-f9639df4-080d-4f18-9188-d9a789475b08\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0005::0100.1001.0008=>10.5.8.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"sourceTp\": \"724-22c65ea3-93b0-44e9-8283-be9fe95d8fed\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"379-d3ac8335-7cfe-46dc-ac33-dd39700d2f03\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"389-3517e066-a06f-436a-b035-97d8226b1cf0\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0007=>10.7.8.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"389-32582f06-f8cc-4002-9c26-c3a6059bb6ec\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"769-468e6e95-8f54-47b7-b220-ae8782f227a6\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"409-ae8f2e25-64e6-4cbc-9c1b-b2be2f1ae142\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0048=>10.48.8.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 0,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 0\n                                                        },\n                                                        \"teDefaultMetric\": 100,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"409-5c2cb163-eaac-448f-b034-dfa2a8bfffaa\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"destTp\": \"496-2f091520-5bdb-41f0-9467-634268ece0aa\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"609-34426fc8-3d00-43de-a6a4-76f1286eb4b2\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0003::0100.1001.0004=>10.3.4.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"sourceTp\": \"609-bce89449-1ec5-47fb-9488-4b6e7bc06357\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"601-150f56c8-0ec3-468b-ab63-9e45cd594b92\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"426-ba42b4b8-66ed-4b74-83c0-4bebba9fba51\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0008=>10.7.8.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"426-4b7f97ea-23dd-4534-8bce-df1419eb0832\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"777-a971bcc7-0bee-434e-a7b4-b90360d818a9\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"734-bcc84705-4fdf-4715-be05-037da3997845\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0005=>10.5.8.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"734-7d1d796a-ebe4-46d9-a4e9-6a63f17a54ef\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"destTp\": \"742-897d086c-47f6-4690-bfbc-28caa8b222ee\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"346-3e3450ba-0843-4028-9acf-4fe376ebf7cd\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0004=>10.4.7.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"346-f653a70e-d59b-40dc-80f1-4adc1d4cd890\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"271-d3092393-7547-45e1-a61a-4534edd41711\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"271-ad8716a0-5f50-466f-ae93-077b112d0b81\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0007=>10.4.7.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 3000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"271-d3092393-7547-45e1-a61a-4534edd41711\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"346-f653a70e-d59b-40dc-80f1-4adc1d4cd890\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"683-5a408b98-955f-4ffa-b428-5d856ca530bd\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0006=>10.6.7.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"683-e423eac6-0a63-4c18-8379-c805134801f1\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"destTp\": \"691-524177e9-ce18-4381-b38d-ac238d2f1d0d\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"506-7f985a53-b845-4642-a8d3-3dc419fcebc1\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0048::0100.1001.0008=>10.48.8.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"down\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"down\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"sourceTp\": \"506-3eb7b3ad-24ca-4a8d-89ab-0d26732e3969\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"524-e54e0d5f-bc12-491c-96c6-a2b8c3fc99c6\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"230-067c7aaa-500a-452f-aae8-542ce7f5cc67\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0010=>10.7.10.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 3000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"230-0443ffd1-0c78-4310-ad93-a5a31a4428b7\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                                \"destTp\": \"163-d697ad8e-3160-4e54-8ddc-9ce371fc5f76\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"329-83afbf76-c732-45a3-bc5f-0e87406f7325\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0003::0100.1001.0004=>10.3.4.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"sourceTp\": \"329-2c46b38a-c26e-42e6-afa3-994049187114\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"249-637fbc74-c10e-43e7-a702-ce146f879e6e\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"146-a8acc218-443f-46cc-a195-5559a1f2778d\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0002::0100.1001.0005=>10.2.5.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                                \"sourceTp\": \"146-cbf68590-d6c8-40c3-a28f-204b837f6842\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"destTp\": \"190-f219ab65-3f3e-4664-b2e4-7972921ee0e2\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"564-611bab44-1061-4189-8ead-3aefee54f3ff\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0010::0100.1001.0008=>10.8.10.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                                \"sourceTp\": \"564-80b38a14-7160-4077-9853-3a893912b52e\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"399-e1739308-090e-4044-957c-035b0ab47bef\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"627-e1ad1650-11da-4bfd-893d-e0f092c82413\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0002::0100.1001.0004=>10.2.4.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 2999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                                \"sourceTp\": \"627-4f342ab6-aa8c-4d3a-b62e-69ec627322c9\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"591-70d20a35-49e6-456b-abf2-6ca50ea5438d\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"542-27e3e9f6-a2ee-474e-936b-abdcf0ca149a\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0048::0100.1001.0010=>10.48.10.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"down\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"down\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"sourceTp\": \"542-ffb867bc-0b84-4d70-915b-346b6ffdfb23\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                                \"destTp\": \"532-4dbeba05-3b3f-4ffd-9522-7aba09e796dc\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"581-32ac4a19-42c5-4c07-b754-e36f32f28266\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0001=>10.1.4.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"581-e9e91893-d074-4d72-b63a-f893661622e0\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"109-0fe3f5ac-24c0-4f39-a287-d7ad1519395d\",\n                                \"destTp\": \"617-516320b8-dee4-4f9c-a20e-8e094ba73f1f\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"637-2fdb1765-0f3a-4831-9b11-1de18bdea254\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0005=>10.4.5.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"637-24469cd1-a0a4-4e1c-a062-791ef07b71b0\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"destTp\": \"200-0f94a10c-0a11-404e-b600-5e9af473d3bf\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"591-35c0d086-7597-4695-8574-f32316f757f2\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0002=>10.2.4.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"591-70d20a35-49e6-456b-abf2-6ca50ea5438d\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"125-8dc3d4ea-0649-4ca5-abb4-e0c2adfbc1a2\",\n                                \"destTp\": \"627-4f342ab6-aa8c-4d3a-b62e-69ec627322c9\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"658-1bf3bc98-a443-49f8-98b1-85f67382688b\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0001::0100.1001.0003=>10.1.3.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"109-0fe3f5ac-24c0-4f39-a287-d7ad1519395d\",\n                                \"sourceTp\": \"658-883b1a8d-df85-446f-a479-fe2bdfef849a\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"destTp\": \"668-d0910be1-52fd-48e3-9435-d1b5a6dbd367\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"691-151551b3-b25c-469b-a367-ba79dfa5dcb3\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0006::0100.1001.0007=>10.6.7.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"sourceTp\": \"691-524177e9-ce18-4381-b38d-ac238d2f1d0d\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"destTp\": \"683-e423eac6-0a63-4c18-8379-c805134801f1\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"399-5ea219fb-384f-4d9b-bc91-f346a96e11fe\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0010=>10.8.10.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"399-e1739308-090e-4044-957c-035b0ab47bef\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"100-ddddd329-a908-44a9-908c-b422d52c5e4a\",\n                                \"destTp\": \"564-80b38a14-7160-4077-9853-3a893912b52e\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"302-8ec148e5-387d-46b6-ba27-a537406b26e2\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0006::0100.1001.0003=>10.3.6.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 9999000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"sourceTp\": \"302-f52e78b8-9623-43af-9e19-62547265621b\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"118-2115fc17-c85d-439b-a1c2-499bf21c3727\",\n                                \"destTp\": \"98-dd1ac10e-4b2e-4c36-9d5d-a6ddb6e3b013\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"286-fd87c801-2279-49bd-8466-553d458863ff\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0005::0100.1001.0004=>10.4.5.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"sourceTp\": \"286-758371cf-5965-4b37-8e67-1394ccea1120\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"destTp\": \"260-f19ebe67-129a-4419-ada0-71e119f92f68\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"379-ce46ade0-5ae7-4c6e-afa8-a5bfc9dd2c49\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 3000,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0008::0100.1001.0005=>10.5.8.2-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"sourceTp\": \"379-d3ac8335-7cfe-46dc-ac33-dd39700d2f03\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"destTp\": \"724-22c65ea3-93b0-44e9-8283-be9fe95d8fed\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"354-60120bf5-1e49-4d13-8e72-fbe1701b1c94\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0007::0100.1001.0006=>10.6.7.2-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"156-ca5fbad1-dd00-4977-9c4d-5d4fa80f9413\",\n                                \"sourceTp\": \"354-00f0d5b0-825a-4087-b715-2976d58e8efd\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"183-03eea3a5-1bd7-4bc8-aa3f-10e06a2424e6\",\n                                \"destTp\": \"312-507074de-fa13-4339-82a6-595ad3dd0a11\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"260-a13865a3-6fdc-4f4c-b66f-da7124276375\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": null,\n                                                        \"unreservedBandwidth\": null,\n                                                        \"teDefaultMetric\": null,\n                                                        \"performanceMetric\": {\n                                                            \"tePerformanceMetric\": null,\n                                                            \"measurement\": {\n                                                                \"performanceMetricAttributes\": {\n                                                                    \"unidirectionalDelay\": 2500,\n                                                                    \"unidirectionalMinDelay\": null,\n                                                                    \"unidirectionalMaxDelay\": null,\n                                                                    \"unidirectionalDelayVariation\": null,\n                                                                    \"unidirectionalPacketLoss\": null,\n                                                                    \"unidirectionalResidualBandwidth\": null,\n                                                                    \"unidirectionalAvailableBandwidth\": null,\n                                                                    \"unidirectionalUtilizedBandwidth\": null\n                                                                }\n                                                            },\n                                                            \"normality\": null\n                                                        },\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": null,\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0004::0100.1001.0005=>10.4.5.1-ISIS_L1-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"up\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": {\n                                                    \"interfaceSwitchingCapabilityList\": null,\n                                                    \"teLinkConnectivityAttributes\": {\n                                                        \"maxLinkBandwidth\": null,\n                                                        \"maxResvLinkBandwidth\": 10000000,\n                                                        \"unreservedBandwidth\": {\n                                                            \"0\": 10000000\n                                                        },\n                                                        \"teDefaultMetric\": 10000,\n                                                        \"performanceMetric\": null,\n                                                        \"teSrlgs\": {\n                                                            \"value\": []\n                                                        }\n                                                    },\n                                                    \"linkIndex\": null,\n                                                    \"administrativeGroup\": {\n                                                        \"adminGroup\": {\n                                                            \"binary\": [\n                                                                0,\n                                                                0,\n                                                                0,\n                                                                0\n                                                            ]\n                                                        },\n                                                        \"extendedAdminGroup\": null\n                                                    },\n                                                    \"linkProtectionType\": null\n                                                }\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"up\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"139-367fbf15-aaf8-46a4-b390-3b53788509c1\",\n                                \"sourceTp\": \"260-f19ebe67-129a-4419-ada0-71e119f92f68\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"132-028af892-f7cf-4007-b576-053db71efcd4\",\n                                \"destTp\": \"286-758371cf-5965-4b37-8e67-1394ccea1120\"\n                            },\n                            \"supportingLink\": null\n                        },\n                        {\n                            \"linkId\": \"496-640fd9e3-fbb3-4ca8-942b-69d3c4c2622f\",\n                            \"teLinkAugment\": {\n                                \"te\": {\n                                    \"config\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": null,\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": null,\n                                                \"name\": null,\n                                                \"underlay\": null,\n                                                \"adminStatus\": null,\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        }\n                                    },\n                                    \"state\": {\n                                        \"teLinkConfig\": {\n                                            \"teLinkAttributes\": {\n                                                \"schedules\": null,\n                                                \"accessType\": \"point_to_point\",\n                                                \"externalDomain\": null,\n                                                \"isAbstract\": false,\n                                                \"name\": \"0100.1001.0048::0100.1001.0008=>10.48.8.1-ISIS_L2-PointToPoint-Original\",\n                                                \"underlay\": null,\n                                                \"adminStatus\": \"down\",\n                                                \"performanceMetricThrottleContainer\": null,\n                                                \"teLinkInfoAttributes\": null\n                                            },\n                                            \"bundledLinks\": null,\n                                            \"componentLinks\": null,\n                                            \"teLinkTemplate\": null,\n                                            \"template\": null\n                                        },\n                                        \"teLinkStateDerived\": {\n                                            \"informationSource\": null,\n                                            \"informationSourceState\": null,\n                                            \"operStatus\": \"down\",\n                                            \"isTransitional\": null,\n                                            \"informationSourceEntry\": null,\n                                            \"recovery\": null,\n                                            \"underlay\": null\n                                        }\n                                    }\n                                }\n                            },\n                            \"source\": {\n                                \"sourceNode\": \"86-9cbcffde-5e16-4e17-adf6-851d81db15fe\",\n                                \"sourceTp\": \"496-2f091520-5bdb-41f0-9467-634268ece0aa\"\n                            },\n                            \"destination\": {\n                                \"destNode\": \"364-370441e5-d2a2-4580-8b2c-f4abdd00d66b\",\n                                \"destTp\": \"409-5c2cb163-eaac-448f-b034-dfa2a8bfffaa\"\n                            },\n                            \"supportingLink\": null\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"3019db8a-03ea-4aa5-835a-a482eeb06b05"},{"name":"Step2: Get termination Point from the node","event":[{"listen":"test","script":{"exec":["","pm.test(\"find termination point\", function () {","    var jsonData = pm.response.json();","","      for(var i=0;i<jsonData.response.data.terminationPoint.length;i++){","","          var interfaceIP = jsonData.response.data.terminationPoint[i].teTerminationPointAugment.te.teTpId.ipAddress.ipv4Address.string;","          if (interfaceIP == \"10.3.6.1\") {","                 console.log(interfaceIP);","                 console.log(i);","                 if(i == 0) {","                 postman.setEnvironmentVariable(\"tpID0\", jsonData.response.data.terminationPoint[i].tpId);","                 postman.setEnvironmentVariable(\"interface_ip0\", jsonData.response.data.terminationPoint[i].teTerminationPointAugment.te.teTpId.ipAddress.ipv4Address.string);","                 }","","                 if(i == 1) {","                 postman.setEnvironmentVariable(\"tpID1\", jsonData.response.data.terminationPoint[i].tpId);","                 postman.setEnvironmentVariable(\"interface_ip1\", jsonData.response.data.terminationPoint[i].teTerminationPointAugment.te.teTpId.ipAddress.ipv4Address.string);","                 }","","           }","","    ","    ","    }","});",""],"type":"text/javascript","id":"33eeaa9e-ad5e-4c74-8d27-8114224c2e70"}}],"id":"585d67bc-5d9e-46cc-9647-e6af6264ca7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://{{server}}:8543/sdn/api/v4/ietf/te/node/{{nodeID}}","urlObject":{"protocol":"https","port":"8543","path":["sdn","api","v4","ietf","te","node","{{nodeID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"585d67bc-5d9e-46cc-9647-e6af6264ca7b"},{"name":"Step3: Get linkUUID from a termination point 0","event":[{"listen":"test","script":{"exec":["var jsonBody = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"linkUUID0\", jsonBody.response.data.linkId.uri.string);"],"type":"text/javascript","id":"c474773c-41c1-4dae-93b1-9cd21fa787b9"}}],"id":"2e3b8c1f-146e-4040-8546-4e8c77373ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://{{server}}:8543/sdn/api/v4/nsp/net/l3/link/tp/{{tpID0}}","urlObject":{"protocol":"https","port":"8543","path":["sdn","api","v4","nsp","net","l3","link","tp","{{tpID0}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"5615fa3a-7ef9-4732-b53b-d84838303941","name":"Get a TE node response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://{{server}}:8543/sdn/api/v4/ietf/te/node/160-427a8e86-637d-47a4-8933-042beca70b29"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 29 Oct 2019 14:46:14 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"status\": 0,\n        \"startRow\": 0,\n        \"endRow\": 0,\n        \"totalRows\": 1,\n        \"data\": {\n            \"supportingNode\": null,\n            \"nodeId\": {\n                \"uri\": {\n                    \"string\": \"160-427a8e86-637d-47a4-8933-042beca70b29\"\n                }\n            },\n            \"terminationPoint\": {\n                \"530-b1dfee02-ba42-43d7-a497-3b7ce87758e1\": {\n                    \"supportingTerminationPoint\": null,\n                    \"tpId\": {\n                        \"uri\": {\n                            \"string\": \"530-b1dfee02-ba42-43d7-a497-3b7ce87758e1\"\n                        }\n                    },\n                    \"teTerminationPointAugment\": {\n                        \"te\": {\n                            \"teTpId\": {\n                                \"ipAddress\": {\n                                    \"ipv4Address\": {\n                                        \"string\": \"10.5.8.1\"\n                                    },\n                                    \"ipv6Address\": null\n                                },\n                                \"uint32\": null\n                            },\n                            \"config\": null,\n                            \"state\": {\n                                \"teTerminationPointConfig\": {\n                                    \"schedules\": null,\n                                    \"interfaceSwitchingCapabilityList\": {\n                                        \"interfaceSwitchingCapability\": {\n                                            \"SwitchingPsc1\": {\n                                                \"timeDivisionMultiplexCapable\": null,\n                                                \"maxLspBandwidth\": null,\n                                                \"switchingCapability\": {},\n                                                \"encoding\": null\n                                            }\n                                        }\n                                    },\n                                    \"interLayerLockId\": null\n                                }\n                            }\n                        }\n                    },\n                    \"@class\": \"com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint\"\n                },\n                \"300-29310236-6217-469b-b542-36d3e495d8d5\": {\n                    \"supportingTerminationPoint\": null,\n                    \"tpId\": {\n                        \"uri\": {\n                            \"string\": \"300-29310236-6217-469b-b542-36d3e495d8d5\"\n                        }\n                    },\n                    \"teTerminationPointAugment\": {\n                        \"te\": {\n                            \"teTpId\": {\n                                \"ipAddress\": {\n                                    \"ipv4Address\": {\n                                        \"string\": \"10.3.5.2\"\n                                    },\n                                    \"ipv6Address\": null\n                                },\n                                \"uint32\": null\n                            },\n                            \"config\": null,\n                            \"state\": {\n                                \"teTerminationPointConfig\": {\n                                    \"schedules\": null,\n                                    \"interfaceSwitchingCapabilityList\": {\n                                        \"interfaceSwitchingCapability\": {\n                                            \"SwitchingPsc1\": {\n                                                \"timeDivisionMultiplexCapable\": null,\n                                                \"maxLspBandwidth\": null,\n                                                \"switchingCapability\": {},\n                                                \"encoding\": null\n                                            }\n                                        }\n                                    },\n                                    \"interLayerLockId\": null\n                                }\n                            }\n                        }\n                    },\n                    \"@class\": \"com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint\"\n                },\n                \"167-ba6478e3-f31b-4ee3-b83c-c00d00144966\": {\n                    \"supportingTerminationPoint\": null,\n                    \"tpId\": {\n                        \"uri\": {\n                            \"string\": \"167-ba6478e3-f31b-4ee3-b83c-c00d00144966\"\n                        }\n                    },\n                    \"teTerminationPointAugment\": {\n                        \"te\": {\n                            \"teTpId\": {\n                                \"ipAddress\": {\n                                    \"ipv4Address\": {\n                                        \"string\": \"10.5.6.1\"\n                                    },\n                                    \"ipv6Address\": null\n                                },\n                                \"uint32\": null\n                            },\n                            \"config\": null,\n                            \"state\": {\n                                \"teTerminationPointConfig\": {\n                                    \"schedules\": null,\n                                    \"interfaceSwitchingCapabilityList\": {\n                                        \"interfaceSwitchingCapability\": {\n                                            \"SwitchingPsc1\": {\n                                                \"timeDivisionMultiplexCapable\": null,\n                                                \"maxLspBandwidth\": null,\n                                                \"switchingCapability\": {},\n                                                \"encoding\": null\n                                            }\n                                        }\n                                    },\n                                    \"interLayerLockId\": null\n                                }\n                            }\n                        }\n                    },\n                    \"@class\": \"com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint\"\n                },\n                \"590-d9288666-2bc2-448a-86ad-424eb7836212\": {\n                    \"supportingTerminationPoint\": null,\n                    \"tpId\": {\n                        \"uri\": {\n                            \"string\": \"590-d9288666-2bc2-448a-86ad-424eb7836212\"\n                        }\n                    },\n                    \"teTerminationPointAugment\": {\n                        \"te\": {\n                            \"teTpId\": {\n                                \"ipAddress\": {\n                                    \"ipv4Address\": {\n                                        \"string\": \"10.5.7.1\"\n                                    },\n                                    \"ipv6Address\": null\n                                },\n                                \"uint32\": null\n                            },\n                            \"config\": null,\n                            \"state\": {\n                                \"teTerminationPointConfig\": {\n                                    \"schedules\": null,\n                                    \"interfaceSwitchingCapabilityList\": {\n                                        \"interfaceSwitchingCapability\": {\n                                            \"SwitchingPsc1\": {\n                                                \"timeDivisionMultiplexCapable\": null,\n                                                \"maxLspBandwidth\": null,\n                                                \"switchingCapability\": {},\n                                                \"encoding\": null\n                                            }\n                                        }\n                                    },\n                                    \"interLayerLockId\": null\n                                }\n                            }\n                        }\n                    },\n                    \"@class\": \"com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint\"\n                },\n                \"290-797d21e6-d73e-427b-bf11-40677c29be2f\": {\n                    \"supportingTerminationPoint\": null,\n                    \"tpId\": {\n                        \"uri\": {\n                            \"string\": \"290-797d21e6-d73e-427b-bf11-40677c29be2f\"\n                        }\n                    },\n                    \"teTerminationPointAugment\": {\n                        \"te\": {\n                            \"teTpId\": {\n                                \"ipAddress\": {\n                                    \"ipv4Address\": {\n                                        \"string\": \"10.4.5.2\"\n                                    },\n                                    \"ipv6Address\": null\n                                },\n                                \"uint32\": null\n                            },\n                            \"config\": null,\n                            \"state\": {\n                                \"teTerminationPointConfig\": {\n                                    \"schedules\": null,\n                                    \"interfaceSwitchingCapabilityList\": {\n                                        \"interfaceSwitchingCapability\": {\n                                            \"SwitchingPsc1\": {\n                                                \"timeDivisionMultiplexCapable\": null,\n                                                \"maxLspBandwidth\": null,\n                                                \"switchingCapability\": {},\n                                                \"encoding\": null\n                                            }\n                                        }\n                                    },\n                                    \"interLayerLockId\": null\n                                }\n                            }\n                        }\n                    },\n                    \"@class\": \"com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint\"\n                }\n            },\n            \"teNodeAugment\": {\n                \"te\": {\n                    \"teNodeId\": {\n                        \"dottedQuad\": {\n                            \"string\": \"5.5.5.5\"\n                        }\n                    },\n                    \"config\": null,\n                    \"state\": {\n                        \"teNodeConfig\": null,\n                        \"teNodeStateDerived\": {\n                            \"informationSource\": null,\n                            \"informationSourceState\": null,\n                            \"operStatus\": \"up\",\n                            \"isMultiAccessDr\": null,\n                            \"informationSourceEntry\": null\n                        }\n                    },\n                    \"tunnelTerminationPoint\": null\n                }\n            },\n            \"@class\": \"com.alu.wsc.api.generated.ietf.te.topology.v4.Node\"\n        }\n    }\n}"}],"_postman_id":"2e3b8c1f-146e-4040-8546-4e8c77373ecf"},{"name":"Step4: Get linkUUID from a termination point 1","event":[{"listen":"test","script":{"exec":["var jsonBody = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"linkUUID1\", jsonBody.response.data.linkId.uri.string);"],"type":"text/javascript","id":"985089a9-0040-4563-b4e5-d6380ac05a74"}}],"id":"c642d65d-0dfc-461b-a0ee-9aadc2fda866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://{{server}}:8543/sdn/api/v4/nsp/net/l3/link/tp/{{tpID1}}","urlObject":{"protocol":"https","port":"8543","path":["sdn","api","v4","nsp","net","l3","link","tp","{{tpID1}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c642d65d-0dfc-461b-a0ee-9aadc2fda866"},{"name":"Step5: Patch link latency for termination point 0","event":[{"listen":"test","script":{"exec":["\r",""],"type":"text/javascript","id":"579df092-008d-46eb-a3aa-d276a03d45e4"}}],"id":"d0999596-179a-4916-a19c-eb04a250e559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"latency\": 6000\n        }\n}\n"},"url":"https://{{server}}:8543/sdn/api/v4/nsp/net/l3/link/{{linkUUID1}}","urlObject":{"protocol":"https","port":"8543","path":["sdn","api","v4","nsp","net","l3","link","{{linkUUID1}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0999596-179a-4916-a19c-eb04a250e559"},{"name":"Step6: Patch link latency for termination point 1","event":[{"listen":"test","script":{"exec":["\r",""],"type":"text/javascript","id":"e6414808-e7d3-418f-b41b-ef2fbd44d3e5"}}],"id":"2854af2d-9142-4af0-a518-af7e8d23bf1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"latency\": 6000\n        }\n}\n"},"url":"https://{{server}}:8543/sdn/api/v4/nsp/net/l3/link/{{linkUUID0}}","urlObject":{"protocol":"https","port":"8543","path":["sdn","api","v4","nsp","net","l3","link","{{linkUUID0}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2854af2d-9142-4af0-a518-af7e8d23bf1e"}]}